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 e7a5347 commit 1aa7b83Copy full SHA for 1aa7b83
llvm/include/llvm/CodeGen/Passes.h
@@ -37,6 +37,10 @@ class raw_ostream;
37
38
// List of target independent CodeGen pass IDs.
39
namespace llvm {
40
+
41
+ /// AtomicExpandPass - At IR level this pass replace atomic instructions with
42
+ /// __atomic_* library calls, or target specific instruction which implement the
43
+ /// same semantics in a way which better fits the target backend.
44
FunctionPass *createAtomicExpandPass();
45
46
/// createUnreachableBlockEliminationPass - The LLVM code generator does not
0 commit comments