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 138452a commit 48c61d5Copy full SHA for 48c61d5
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -3132,7 +3132,6 @@ void VPWidenStridedLoadRecipe::execute(VPTransformState &State) {
3132
const Align Alignment = getLoadStoreAlignment(&Ingredient);
3133
3134
auto &Builder = State.Builder;
3135
- State.setDebugLocFrom(getDebugLoc());
3136
Value *Addr = State.get(getAddr(), /*IsScalar*/ true);
3137
Value *Stride = State.get(getStride(), /*IsScalar*/ true);
3138
Value *Mask = nullptr;
0 commit comments