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 39a4da2 commit f83eeacCopy full SHA for f83eeac
llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -31883,7 +31883,6 @@ X86TargetLowering::lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *AI) const {
31883
31884
IRBuilder<> Builder(AI);
31885
Builder.CollectMetadataToCopy(AI, {LLVMContext::MD_pcsections});
31886
- Module *M = Builder.GetInsertBlock()->getParent()->getParent();
31887
auto SSID = AI->getSyncScopeID();
31888
// We must restrict the ordering to avoid generating loads with Release or
31889
// ReleaseAcquire orderings.
0 commit comments