[PATCH] D59317: [ARM] Search backwards for CMP when combining into CBZ

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 05:47:04 PDT 2019


dmgreen updated this revision to Diff 190606.
dmgreen marked an inline comment as done.
dmgreen added a comment.

Removed isARMLowRegister check, reversed the condition of DestOffset - BrOffset, and added some Kill flag handling and tests.


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

https://reviews.llvm.org/D59317

Files:
  llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
  llvm/test/CodeGen/ARM/constant-island-cbz.mir
  llvm/test/CodeGen/Thumb2/constant-islands-cbz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59317.190606.patch
Type: text/x-patch
Size: 7811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190314/b3cdc6c1/attachment.bin>


More information about the llvm-commits mailing list