[llvm] [VPlan] Lower safe uniform load to unconditional scalar load (Alt. approach) (PR #217564)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 04:26:37 PDT 2026
================
@@ -5745,7 +5716,6 @@ void VPlanTransforms::convertToStridedAccesses(VPlan &Plan,
for (VPRecipeBase &R : make_early_inc_range(*VPBB)) {
auto *MemR = dyn_cast<VPWidenMemoryRecipe>(&R);
// TODO: Transform reverse access into strided access with -1 stride.
- // TODO: Transform gather/scatter with uniform address into strided access
// with 0 stride.
----------------
artagnon wrote:
The scatter part is still a TODO?
https://github.com/llvm/llvm-project/pull/217564
More information about the llvm-commits
mailing list