RISC-V: Add xfail test case for highest-number regno ternary overlap
commitc7506847c020ad34eff248ab715eae238b9d1ed3
authorPan Li <pan2.li@intel.com>
Mon, 22 Apr 2024 06:32:25 +0000 (22 14:32 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 22 Apr 2024 06:58:32 +0000 (22 14:58 +0800)
treec4a22080c086068cf657ab126b5c037cc66ce0d8
parentcc46b6d4f3b4edc832a319ebf5053131dada3c8c
RISC-V: Add xfail test case for highest-number regno ternary overlap

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

27fde325d64 RISC-V: Support highest-number regno overlap for widen ternary

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

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/base/pr112431-37.c: New test.
* gcc.target/riscv/rvv/base/pr112431-38.c: New test.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/gcc.target/riscv/rvv/base/pr112431-37.c [new file with mode: 0644]
gcc/testsuite/gcc.target/riscv/rvv/base/pr112431-38.c [new file with mode: 0644]