]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Removed misleading comments in testcases
authorLehua Ding <lehua.ding@rivai.ai>
Mon, 18 Sep 2023 12:24:26 +0000 (20:24 +0800)
committerLehua Ding <lehua.ding@rivai.ai>
Mon, 18 Sep 2023 12:32:36 +0000 (20:32 +0800)
commit1b03c73295266984378dd9da99a9458b591b964c
tree19f2bde0ac6f04fcb3b82a70110b251260fb3ed5
parentfc7070025d1a6668ff6cb4391f84771a7662def7
RISC-V: Removed misleading comments in testcases

This patch removed the misleading comments in testcases since we
support fold min(int, poly) to constant by this patch
(https://gcc.gnu.org/pipermail/gcc-patches/2023-September/629651.html).
Thereby the csrr will not appear inside the assembly code, even if there
is no support for some VLS vector patterns.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/autovec/vls/div-1.c: Removed comments.
* gcc.target/riscv/rvv/autovec/vls/shift-3.c: Ditto.
gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/div-1.c
gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/shift-3.c