This patch corrects the auto-generated EVL and Mask index positions of
the VP_LOAD/VP_STORE/VP_GATHER/VP_SCATTER nodes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm not sure there's currently a way of testing this. I found it while working on some other VP patches.
Comment Actions
Apart from that LGTM. We don't currently test the SDNode layer directly.. only indirectly through isel
llvm/include/llvm/IR/VPIntrinsics.def | ||
---|---|---|
213–214 | Could you add a comment here that describes what the SDNode operands are? Same for the others below. |
llvm/include/llvm/IR/VPIntrinsics.def | ||
---|---|---|
213–214 | Aye good idea - done. |
Could you add a comment here that describes what the SDNode operands are? Same for the others below.