[PATCH] D48832: [ARM] ARMCodeGenPrepare backend pass

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 03:25:19 PDT 2018


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

Changes:

- fixed typos,
- changed the names and default setting of the options, the generation of uadd and usub are now disabled by default.
- moved icmp handling code out of isSigned and into isPromotedResultSafe.
- added another target to test the default command line options.


https://reviews.llvm.org/D48832

Files:
  lib/Target/ARM/ARM.h
  lib/Target/ARM/ARMCodeGenPrepare.cpp
  lib/Target/ARM/ARMTargetMachine.cpp
  lib/Target/ARM/CMakeLists.txt
  test/CodeGen/ARM/arm-cgp-icmps.ll
  test/CodeGen/ARM/arm-cgp-phis-calls-ret.ll
  test/CodeGen/ARM/arm-cgp-signed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48832.153891.patch
Type: text/x-patch
Size: 39818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180703/d474dfaf/attachment-0001.bin>


More information about the llvm-commits mailing list