]> git.ipfire.org Git - thirdparty/gcc.git/commit
[testsuite] [riscv] xfail ssa-dom-cse-2 on riscv64
authorAlexandre Oliva <oliva@adacore.com>
Thu, 3 Apr 2025 06:06:37 +0000 (03:06 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 3 Apr 2025 06:06:37 +0000 (03:06 -0300)
commita17c9eb64a1f3e51876f873c64459ecb9168dc77
treec673d1355ceab8b77669ba53f14328c9525e80db
parent92ca72b41a74aef53978cadbda33dd38b69d3ed3
[testsuite] [riscv] xfail ssa-dom-cse-2 on riscv64

For the same reasons that affect alpha and other targets,
gcc.dg/tree-ssa/ssa-dom-cse-2.c fails to be optimized to the expected
return statement: the array initializer is vectorized into pairs, and
DOM cannot see through that.

Add riscv*-*-* to the list of affected lp64 platforms.  riscv32 is
not affected.

for  gcc/testsuite/ChangeLog

* gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on riscv lp64.
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c