[llvm] [VPlan] Manage instruction medata in VPlan. (PR #135272)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 11:05:28 PDT 2025


================
@@ -8599,11 +8599,13 @@ VPRecipeBuilder::tryToWidenMemory(Instruction *I, ArrayRef<VPValue *> Operands,
   }
   if (LoadInst *Load = dyn_cast<LoadInst>(I))
     return new VPWidenLoadRecipe(*Load, Ptr, Mask, Consecutive, Reverse,
+                                 getMetadataToPropagate(Load),
----------------
fhahn wrote:

Done, although it will need explicit passing in https://github.com/llvm/llvm-project/pull/136450

https://github.com/llvm/llvm-project/pull/135272


More information about the llvm-commits mailing list