[PATCH] D67404: [ARM] LE support in ConstantIslands

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 03:38:52 PDT 2019


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

- Now allowing CBZ and CBNZ, had got myself a bit confused there...
- Added comment.
- Checking terminator before removing it.
- Added more tests.


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

https://reviews.llvm.org/D67404

Files:
  lib/Target/ARM/ARMConstantIslandPass.cpp
  test/CodeGen/ARM/O3-pipeline.ll
  test/CodeGen/Thumb2/LowOverheadLoops/no-dec-cbnz.mir
  test/CodeGen/Thumb2/LowOverheadLoops/no-dec-le-simple.ll
  test/CodeGen/Thumb2/LowOverheadLoops/no-dec-reorder.mir
  test/CodeGen/Thumb2/LowOverheadLoops/no-dec.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67404.220070.patch
Type: text/x-patch
Size: 39933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190913/d1cf2e42/attachment.bin>


More information about the llvm-commits mailing list