[PATCH] D37585: Add ARM backend support for pagerando

Stephen Crane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 16:35:53 PST 2017


rinon updated this revision to Diff 122019.
rinon marked 2 inline comments as done.
rinon added a comment.

- Fix nits
- Clarify comments
- Remove unnecessary PIP addressing check


https://reviews.llvm.org/D37585

Files:
  include/llvm/CodeGen/MachineConstantPool.h
  lib/CodeGen/MachineFunction.cpp
  lib/Target/ARM/ARM.h
  lib/Target/ARM/ARMAsmPrinter.cpp
  lib/Target/ARM/ARMConstantIslandPass.cpp
  lib/Target/ARM/ARMConstantPoolValue.cpp
  lib/Target/ARM/ARMConstantPoolValue.h
  lib/Target/ARM/ARMFastISel.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  lib/Target/ARM/ARMPagerandoOptimizer.cpp
  lib/Target/ARM/ARMSubtarget.cpp
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/ARM/ARMTargetMachine.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  lib/Target/ARM/CMakeLists.txt
  test/CodeGen/ARM/pagerando-isel.ll
  test/CodeGen/ARM/pagerando-optimizer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37585.122019.patch
Type: text/x-patch
Size: 42994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/a5ced9b1/attachment.bin>


More information about the llvm-commits mailing list