]> gcc.gnu.org Git - gcc.git/commit
data-ref: Fix ranges_maybe_overlap_p test
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 29 Sep 2022 10:32:57 +0000 (11:32 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 29 Sep 2022 10:32:57 +0000 (11:32 +0100)
commit2f52c8caa312d0b2ae2f36df1b6164a508d5feaf
treeb11904d7bf747ca7734a72c6f6878d87c0cce23d
parenta31641840af2c40cf36036fa472df34d4a4402c3
data-ref: Fix ranges_maybe_overlap_p test

dr_may_alias_p rightly used poly_int_tree_p to guard a use of
ranges_maybe_overlap_p, but used the non-poly extractors.
This caused a few failures in the SVE ACLE asm tests.

gcc/
* tree-data-ref.cc (dr_may_alias_p): Use to_poly_widest instead
of to_widest.
gcc/tree-data-ref.cc
This page took 0.053751 seconds and 5 git commands to generate.