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 8775119 commit 940ff11Copy full SHA for 940ff11
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -3490,6 +3490,7 @@ Instruction *InstCombinerImpl::visitAllocSite(Instruction &MI) {
3490
replaceInstUsesWith(*I, Result);
3491
eraseInstFromFunction(*I);
3492
Users[i] = nullptr; // Skip examining in the next loop.
3493
+ continue;
3494
}
3495
if (auto *MTI = dyn_cast<MemTransferInst>(I)) {
3496
if (KnowInitZero && isRefSet(*Removable)) {
0 commit comments