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 1add5bc commit 78fc57eCopy full SHA for 78fc57e
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -3247,7 +3247,6 @@ void VPWidenStridedLoadRecipe::execute(VPTransformState &State) {
3247
const Align Alignment = getLoadStoreAlignment(&Ingredient);
3248
3249
auto &Builder = State.Builder;
3250
- State.setDebugLocFrom(getDebugLoc());
3251
Value *Addr = State.get(getAddr(), /*IsScalar*/ true);
3252
Value *Stride = State.get(getStride(), /*IsScalar*/ true);
3253
Value *Mask = nullptr;
0 commit comments