]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Add xfail test case for wv insn highest overlap
authorPan Li <pan2.li@intel.com>
Sat, 20 Apr 2024 05:05:52 +0000 (13:05 +0800)
committerPan Li <pan2.li@intel.com>
Sat, 20 Apr 2024 12:04:02 +0000 (20:04 +0800)
commit1690e47e101c1e273b1ee052de21d5214257c13a
tree76744dbc03d6e1f4078e197e3f3b78462b2683a8
parentf5447eae72f11d9bfbb403183fd282918c0445c6
RISC-V: Add xfail test case for wv insn highest overlap

We reverted below patch for wv insn overlap, add the related wv
insn test and mark it as xfail.  And we will remove the xfail
after we support the register overlap in GCC-15.

7e854b58084 RISC-V: Support highest overlap for wv instructions

The below test suites are passed.
* The rv64gcv fully regression test.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-11.c: Xfail csr check.
* gcc.target/riscv/rvv/base/pr112431-39.c: New test.
* gcc.target/riscv/rvv/base/pr112431-40.c: New test.
* gcc.target/riscv/rvv/base/pr112431-41.c: New test.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-11.c
gcc/testsuite/gcc.target/riscv/rvv/base/pr112431-39.c [new file with mode: 0644]
gcc/testsuite/gcc.target/riscv/rvv/base/pr112431-40.c [new file with mode: 0644]
gcc/testsuite/gcc.target/riscv/rvv/base/pr112431-41.c [new file with mode: 0644]