]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: xfail scev-[35].c on ia32
authorAlexandre Oliva <oliva@adacore.com>
Thu, 9 Nov 2023 15:26:38 +0000 (12:26 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 9 Nov 2023 15:26:38 +0000 (12:26 -0300)
commit94802548bc275d086b0742508a6c1e4afcd136bb
treefaf9b4cd3b97fae7c32c80e8f8e751823b7823dc
parente01c2eeb2b654abc82378e204da8327bcdaf05dc
testsuite: xfail scev-[35].c on ia32

These gimplefe tests never got the desired optimization on ia32, but
they only started visibly failing when the representation of MEMs in
dumps changed from printing 'symbol: a' to '&a'.

The transformation is not considered profitable on ia32, that's why it
doesn't take place.  Maybe that's a bug in itself, but it's not a
regression, and not something to be noisy about.

for  gcc/testsuite/ChangeLog

* gcc.dg/tree-ssa/scev-3.c: xfail on ia32.
* gcc.dg/tree-ssa/scev-5.c: Likewise.
gcc/testsuite/gcc.dg/tree-ssa/scev-3.c
gcc/testsuite/gcc.dg/tree-ssa/scev-5.c