[PATCH] D35192: [ARM] Use ADDCARRY / SUBCARRY

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 07:43:20 PDT 2017


rogfer01 updated this revision to Diff 107301.
rogfer01 marked an inline comment as done.
rogfer01 edited the summary of this revision.
rogfer01 added a comment.

ChangeLog:

- Use `ISD::SUB` instead of `ARMISD::SUBC` when inverting the borrow / carry.
- Due to the above, remove now unnecessary target-specific combiner.


https://reviews.llvm.org/D35192

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  test/CodeGen/ARM/intrinsics-overflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35192.107301.patch
Type: text/x-patch
Size: 15002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170719/83059497/attachment.bin>


More information about the llvm-commits mailing list