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

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 08:45:32 PDT 2017


rogfer01 updated this revision to Diff 106229.
rogfer01 marked 2 inline comments as done.
rogfer01 added a comment.

ChangeLog:

- Fix combiners so they preserve the arity of the result.
- Remove bogus combiner.
- Add new tests for {u,s}{add,sub} overflow for Thumb and Thumb2


https://reviews.llvm.org/D35192

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35192.106229.patch
Type: text/x-patch
Size: 15549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170712/75232e59/attachment.bin>


More information about the llvm-commits mailing list