[PATCH] D90701: [AArch64][GlobalISel] Select CSINC and CSINV for G_SELECT with constants

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 14:22:57 PST 2020


paquette updated this revision to Diff 302686.
paquette added a comment.

- Forgot to use `Is32Bit` for all of the cases in the original diff.
- Make the helper lambda return a bool for a follow-up commit.


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

https://reviews.llvm.org/D90701

Files:
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-compare.mir
  llvm/test/CodeGen/AArch64/GlobalISel/select-select.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90701.302686.patch
Type: text/x-patch
Size: 27628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201103/8bda6e49/attachment.bin>


More information about the llvm-commits mailing list