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 9f7ed36 commit 4084b58Copy full SHA for 4084b58
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
@@ -12371,7 +12371,7 @@ struct AAIndirectCallInfoCallSite : public AAIndirectCallInfo {
12371
SplitBlockAndInsertIfThen(LastCmp, IP, /* Unreachable */ false);
12372
BasicBlock *CBBB = CB->getParent();
12373
A.registerManifestAddedBasicBlock(*ThenTI->getParent());
12374
- A.registerManifestAddedBasicBlock(*CBBB);
+ A.registerManifestAddedBasicBlock(*IP->getParent());
12375
auto *SplitTI = cast<BranchInst>(LastCmp->getNextNode());
12376
BasicBlock *ElseBB;
12377
if (&*IP == CB) {
0 commit comments