RISC-V: Remove unit-stride store from ta attribute
authorJu-Zhe Zhong <juzhe.zhong@rivai.ai>
Wed, 14 Dec 2022 11:36:41 +0000 (19:36 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Mon, 19 Dec 2022 14:23:32 +0000 (22:23 +0800)
commit8577356f4b8a2c9a397390339006eca8f6efa14d
tree2d15c11fd6d1db5a9e0e7cc2dc21dd4ee1d191e1
parent6c098f7d23db4dd98e7fed74a35416248397be40
RISC-V: Remove unit-stride store from ta attribute

Since store instructions doesn't care about tail policy, we remove
vste from "ta" attribute. Hence, we could have more fusion chances
and better optimization.

gcc/ChangeLog:

* config/riscv/vector.md: Remove vste.
gcc/config/riscv/vector.md