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 b4048ba commit eb5fbb8Copy full SHA for eb5fbb8
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -3116,8 +3116,8 @@ Instruction *InstCombinerImpl::visitGetElementPtrInst(GetElementPtrInst &GEP) {
3116
return &GEP;
3117
}
3118
3119
- // These rewrites are trying to preserve inbounds/nuw attributes. So we want to
3120
- // do this after having tried to derive "nuw" above.
+ // These rewrites are trying to preserve inbounds/nuw attributes. So we want
+ // to do this after having tried to derive "nuw" above.
3121
if (GEP.getNumIndices() == 1) {
3122
// Given (gep p, x+y) we want to determine the common nowrap flags for both
3123
// geps if transforming into (gep (gep p, x), y).
0 commit comments