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 9687090 commit 6679ac2Copy full SHA for 6679ac2
llvm/lib/SYCLNativeCPUUtils/FAtomicsNativeCPU.cpp
@@ -37,6 +37,7 @@ PreservedAnalyses FAtomicsNativeCPU::run(Module &M,
37
continue;
38
}
39
40
+ ModuleChanged = true;
41
BasicBlock *BB = BasicBlock::Create(Ctx, "entry", &F);
42
IRBuilder<> Builder(BB);
43
// Currently we drop arguments 1 and 2 (scope and memory ordering),
0 commit comments