[llvm] [VPlan] Lower safe uniform load to unconditional scalar load (PR #216767)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 03:07:32 PDT 2026
https://github.com/lukel97 commented:
I think this should run after convertToStridedAccesses. There's a TODO in there to lower loads of uniform addresses to strided loads if it's profitable, and I think some microarchs on RISC-V might optimise for this.
https://github.com/llvm/llvm-project/pull/216767
More information about the llvm-commits
mailing list