Adds support for codegen of masked stores, with non-truncating
and truncating variants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the changes to the tests.
llvm/test/CodeGen/AArch64/sve-masked-ldst-trunc.ll | ||
---|---|---|
10 | I think it may be worth testing for z1.d explicitly and use CHECK-NEXT to make sure there are no other instructions that could do the truncation. |
I think it may be worth testing for z1.d explicitly and use CHECK-NEXT to make sure there are no other instructions that could do the truncation.