The result was totally wrong.
We could use mask undisturbed result to emulate the mask agnostic result.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/test/CodeGen/RISCV/rvv/masked-tama.ll | ||
---|---|---|
1435 | Will we eventually be able to use 'ma' here? |
llvm/test/CodeGen/RISCV/rvv/masked-tama.ll | ||
---|---|---|
1435 | Sounds like that what we can optimized in vsetvli insertion? |
llvm/test/CodeGen/RISCV/rvv/masked-tama.ll | ||
---|---|---|
1435 | Yes, I think I could try to add ForceMaskAgnostic or optimize InsertVSETVLI in follow-up patch. |
Will we eventually be able to use 'ma' here?