LLVM 22.0.0git
|
#include "NVPTXAtomicLower.h"
#include "NVPTX.h"
#include "llvm/CodeGen/StackProtector.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Transforms/Utils/LowerAtomic.h"
#include "MCTargetDesc/NVPTXBaseInfo.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS (NVPTXAtomicLower, "nvptx-atomic-lower", "Lower atomics of local memory to simple load/stores", false, false) FunctionPass *llvm |
INITIALIZE_PASS | ( | NVPTXAtomicLower | , |
"nvptx-atomic-lower" | , | ||
"Lower atomics of local memory to simple load/stores" | , | ||
false | , | ||
false | ) |
Definition at line 59 of file NVPTXAtomicLower.cpp.
References llvm::createNVPTXAtomicLowerPass().