]> gcc.gnu.org Git - gcc.git/commit
RISC-V: Remove unnecessary asm check for vec cvt
authorPan Li <pan2.li@intel.com>
Mon, 23 Oct 2023 09:53:20 +0000 (17:53 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 23 Oct 2023 09:58:02 +0000 (17:58 +0800)
commit09c9de06074ced7a4beb148bcf9611a5c5fb0d61
tree7da419535f0a1e2b33074cd7f2de3a0cb7797c63
parent0093821426cc22dbe40d46eb763dfc9cf58f8cb1
RISC-V: Remove unnecessary asm check for vec cvt

The vsetvl asm check is unnecessary for the vector convert. We
should be focus for constrait and leave the vsetvl test to the
vsetvl pass.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/autovec/unop/cvt-0.c: Remove the vsetvl
asm check from func body.
* gcc.target/riscv/rvv/autovec/unop/cvt-1.c: Ditto.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/cvt-0.c
gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/cvt-1.c
This page took 0.061624 seconds and 5 git commands to generate.