[llvm] [VPlan] Refine the debug location passing for VPWidenIntrinsicRecipe (PR #113887)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 07:47:49 PDT 2024
================
@@ -8430,8 +8430,7 @@ VPSingleDefRecipe *VPRecipeBuilder::tryToWidenCall(CallInst *CI,
},
Range);
if (ShouldUseVectorIntrinsic)
- return new VPWidenIntrinsicRecipe(*CI, ID, Ops, CI->getType(),
- CI->getDebugLoc());
----------------
alexey-bataev wrote:
Why did you decide to drop debug locations?
https://github.com/llvm/llvm-project/pull/113887
More information about the llvm-commits
mailing list