[llvm] [VPlan] Populate and use VPIRMetadata from VPInstructions (NFC) (PR #167253)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 17 03:19:01 PST 2025


================
@@ -7616,14 +7616,13 @@ VPWidenMemoryRecipe *VPRecipeBuilder::tryToWidenMemory(VPInstruction *VPI,
   }
   if (VPI->getOpcode() == Instruction::Load) {
     auto *Load = cast<LoadInst>(I);
-    return new VPWidenLoadRecipe(*Load, Ptr, Mask, Consecutive, Reverse,
-                                 VPIRMetadata(*Load, LVer), I->getDebugLoc());
----------------
fhahn wrote:

Yep, removed, thanks

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


More information about the llvm-commits mailing list