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 ea01b5a commit 32ff748Copy full SHA for 32ff748
llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -31767,7 +31767,6 @@ X86TargetLowering::lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *AI) const {
31767
31768
IRBuilder<> Builder(AI);
31769
Builder.CollectMetadataToCopy(AI, {LLVMContext::MD_pcsections});
31770
- Module *M = Builder.GetInsertBlock()->getParent()->getParent();
31771
auto SSID = AI->getSyncScopeID();
31772
// We must restrict the ordering to avoid generating loads with Release or
31773
// ReleaseAcquire orderings.
0 commit comments