[PATCH] Rename AtomicExpandLoadLinked into AtomicExpand (NFC)

Robin Morisset morisset at google.com
Mon Aug 18 14:54:34 PDT 2014


Hi jfb,

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

http://reviews.llvm.org/D4958

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/Target/TargetLowering.h
  include/llvm/Target/TargetSubtargetInfo.h
  lib/CodeGen/AtomicExpandLoadLinkedPass.cpp
  lib/CodeGen/AtomicExpandPass.cpp
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/Target/AArch64/AArch64TargetMachine.cpp
  lib/Target/ARM/ARMSubtarget.cpp
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/ARM/ARMTargetMachine.cpp
  lib/Target/TargetSubtargetInfo.cpp
  test/Transforms/AtomicExpand/ARM/atomic-expansion-v7.ll
  test/Transforms/AtomicExpand/ARM/atomic-expansion-v8.ll
  test/Transforms/AtomicExpand/ARM/cmpxchg-weak.ll
  test/Transforms/AtomicExpand/ARM/lit.local.cfg
  test/Transforms/AtomicExpandLoadLinked/ARM/atomic-expansion-v7.ll
  test/Transforms/AtomicExpandLoadLinked/ARM/atomic-expansion-v8.ll
  test/Transforms/AtomicExpandLoadLinked/ARM/cmpxchg-weak.ll
  test/Transforms/AtomicExpandLoadLinked/ARM/lit.local.cfg
  tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4958.12628.patch
Type: text/x-patch
Size: 13414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140818/0286c8b5/attachment.bin>


More information about the llvm-commits mailing list