On 12/14/22 04:36, juzhe.zh...@rivai.ai wrote:
Just to confirm that I understand the basic model. Vector stores only update active elements, thus they don't care about tail policy, right?From: Ju-Zhe Zhong <juzhe.zh...@rivai.ai> 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.
Assuming that's the case, then this is OK. jeff