[PATCH] D63476: [ARM] DLS/LE low-overhead loop code generation

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 02:20:45 PDT 2019


samparker updated this revision to Diff 206171.
samparker added a comment.

- Renamed all the things to low-overhead loops.
- Used the arm.space intrinsic and added another test for the edge case.
- Reversed the order of the search for LoopEnd and LoopDec, breaking early if possible.
- Switched the order of constant island and low-overhead loops.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63476/new/

https://reviews.llvm.org/D63476

Files:
  lib/Target/ARM/ARM.h
  lib/Target/ARM/ARMISelDAGToDAG.cpp
  lib/Target/ARM/ARMInstrThumb2.td
  lib/Target/ARM/ARMLowOverheadLoops.cpp
  lib/Target/ARM/ARMTargetMachine.cpp
  lib/Target/ARM/CMakeLists.txt
  test/CodeGen/ARM/O3-pipeline.ll
  test/Transforms/HardwareLoops/ARM/calls.ll
  test/Transforms/HardwareLoops/ARM/cond-mov.mir
  test/Transforms/HardwareLoops/ARM/massive.mir
  test/Transforms/HardwareLoops/ARM/revert-after-call.mir
  test/Transforms/HardwareLoops/ARM/revert-after-spill.mir
  test/Transforms/HardwareLoops/ARM/simple-do.ll
  test/Transforms/HardwareLoops/ARM/size-limit.mir
  test/Transforms/HardwareLoops/ARM/structure.ll
  test/Transforms/HardwareLoops/ARM/switch.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63476.206171.patch
Type: text/x-patch
Size: 66430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190624/6ffc00f7/attachment-0001.bin>


More information about the llvm-commits mailing list