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 b478c38 commit fcdb91eCopy full SHA for fcdb91e
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -3442,10 +3442,6 @@ void VPInterleaveRecipe::execute(VPTransformState &State) {
3442
VPValue *BlockInMask = getMask();
3443
VPValue *Addr = getAddr();
3444
Value *ResAddr = State.get(Addr, VPLane(0));
3445
- if (auto *I = dyn_cast<Instruction>(ResAddr))
3446
- State.setDebugLocFrom(I->getDebugLoc());
3447
-
3448
- State.setDebugLocFrom(getDebugLoc());
3449
Value *PoisonVec = PoisonValue::get(VecTy);
3450
3451
auto CreateGroupMask = [&BlockInMask, &State,
0 commit comments