mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Rename AtomicExpandLoadLinked into AtomicExpand
AtomicExpandLoadLinked is currently rather ARM-specific. This patch is the first of a group that aim at making it more target-independent. See http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-August/075873.html for details The command line option is "atomic-expand" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -345,7 +345,7 @@ protected:
|
||||
|
||||
/// List of target independent CodeGen pass IDs.
|
||||
namespace llvm {
|
||||
FunctionPass *createAtomicExpandLoadLinkedPass(const TargetMachine *TM);
|
||||
FunctionPass *createAtomicExpandPass(const TargetMachine *TM);
|
||||
|
||||
/// \brief Create a basic TargetTransformInfo analysis pass.
|
||||
///
|
||||
@@ -372,8 +372,9 @@ namespace llvm {
|
||||
/// matching during instruction selection.
|
||||
FunctionPass *createCodeGenPreparePass(const TargetMachine *TM = nullptr);
|
||||
|
||||
/// AtomicExpandLoadLinkedID -- FIXME
|
||||
extern char &AtomicExpandLoadLinkedID;
|
||||
/// AtomicExpandID -- Lowers atomic operations in terms of either cmpxchg
|
||||
/// load-linked/store-conditional loops.
|
||||
extern char &AtomicExpandID;
|
||||
|
||||
/// MachineLoopInfo - This pass is a loop analysis pass.
|
||||
extern char &MachineLoopInfoID;
|
||||
|
Reference in New Issue
Block a user