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