]> gcc.gnu.org Git - gcc.git/commit
RISC-V: Add xfail test case for highpart register overlap of vwcvt
authorPan Li <pan2.li@intel.com>
Wed, 24 Apr 2024 15:09:24 +0000 (23:09 +0800)
committerPan Li <pan2.li@intel.com>
Thu, 25 Apr 2024 01:40:51 +0000 (09:40 +0800)
commitd44c2052c59545731edcf7f99a32bcef3b0415b6
tree189ab95a1ec4e8fcd19b7cfd862a2b656ff89804
parent5123cfa629b6423ee0cd08d18402a261dbc31ac7
RISC-V: Add xfail test case for highpart register overlap of vwcvt

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.

bdad036da32 RISC-V: Support highpart register overlap for vwcvt

The below test suites are passed for this patch
* The rv64gcv fully regression test with isl build.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/base/pr112431-1.c: New test.
* gcc.target/riscv/rvv/base/pr112431-2.c: New test.
* gcc.target/riscv/rvv/base/pr112431-3.c: New test.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/gcc.target/riscv/rvv/base/pr112431-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/riscv/rvv/base/pr112431-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/riscv/rvv/base/pr112431-3.c [new file with mode: 0644]
This page took 0.06116 seconds and 5 git commands to generate.