diff options
author | Pan Li <pan2.li@intel.com> | 2024-04-22 21:20:02 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2024-04-23 06:49:58 +0800 |
commit | 2a8187e0a1cf5fb5d1adcb5a2a2b579a80215202 (patch) | |
tree | 6cf538e336286ce8a9bfdc62e6472ff58f47652d /gcc | |
parent | b909daa5b67317e46543a7b2ed76e82298645cf6 (diff) | |
download | gcc-2a8187e0a1cf5fb5d1adcb5a2a2b579a80215202.zip gcc-2a8187e0a1cf5fb5d1adcb5a2a2b579a80215202.tar.gz gcc-2a8187e0a1cf5fb5d1adcb5a2a2b579a80215202.tar.bz2 |
RISC-V: Adjust overlap attr after revert d3544cea63d and e65aaf8efe1
After we reverted below 2 commits, the reference to attr need some
adjustment as the group_overlap is no longer available.
* RISC-V: Robostify the W43, W86, W87 constraint enabled attribute
* RISC-V: Rename vconstraint into group_overlap
The below tests are passed for this patch.
* The rv64gcv fully regression tests.
gcc/ChangeLog:
* config/riscv/vector-crypto.md:
Signed-off-by: Pan Li <pan2.li@intel.com>
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/config/riscv/vector-crypto.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/riscv/vector-crypto.md b/gcc/config/riscv/vector-crypto.md index 519c6a1..23dc549 100755 --- a/gcc/config/riscv/vector-crypto.md +++ b/gcc/config/riscv/vector-crypto.md @@ -322,7 +322,7 @@ "vwsll.v%o4\t%0,%3,%4%p1" [(set_attr "type" "vwsll") (set_attr "mode" "<V_DOUBLE_TRUNC>") - (set_attr "group_overlap" "W21,W21,W21,W21,W42,W42,W42,W42,W84,W84,W84,W84,none,none")]) + (set_attr "vconstraint" "W21,W21,W21,W21,W42,W42,W42,W42,W84,W84,W84,W84,no,no")]) ;; vbrev.v vbrev8.v vrev8.v (define_insn "@pred_v<rev><mode>" |