We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8dad1 commit 8bd144cCopy full SHA for 8bd144c
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -3425,10 +3425,6 @@ void VPInterleaveRecipe::execute(VPTransformState &State) {
3425
3426
VPValue *Addr = getAddr();
3427
Value *ResAddr = State.get(Addr, VPLane(0));
3428
- if (auto *I = dyn_cast<Instruction>(ResAddr))
3429
- State.setDebugLocFrom(I->getDebugLoc());
3430
-
3431
- State.setDebugLocFrom(getDebugLoc());
3432
Value *PoisonVec = PoisonValue::get(VecTy);
3433
3434
auto CreateGroupMask = [&BlockInMask, &State,
0 commit comments