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 ce4a320 commit e01cee4Copy full SHA for e01cee4
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