LLVM
13.0.0git
|
A pass that lowers atomic intrinsic into non-atomic intrinsics. More...
#include "llvm/Transforms/Scalar/LowerAtomic.h"
Public Member Functions | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &) |
Static Public Member Functions | |
static bool | isRequired () |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
A pass that lowers atomic intrinsic into non-atomic intrinsics.
Definition at line 22 of file LowerAtomic.h.
|
inlinestatic |
Definition at line 25 of file LowerAtomic.h.
PreservedAnalyses LowerAtomicPass::run | ( | Function & | F, |
FunctionAnalysisManager & | |||
) |
Definition at line 146 of file LowerAtomic.cpp.
References llvm::PreservedAnalyses::all(), F, lowerAtomics(), and llvm::PreservedAnalyses::none().