[PATCH] D47387: [ARM] Enable SETCCCARRY lowering for Thumb1.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 12:23:34 PDT 2018


efriedma created this revision.
efriedma added reviewers: deadalnix, rogfer01, t.p.northover.
Herald added a reviewer: javed.absar.
Herald added subscribers: chrib, kristof.beyls.

We've had Thumb1 support for ARMISD::SUBE for a while now, so this just works.  Reduces codesize a bit for 64-bit integer comparisons.


Repository:
  rL LLVM

https://reviews.llvm.org/D47387

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/ARM/smml.ll
  test/CodeGen/ARM/wide-compares.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47387.148647.patch
Type: text/x-patch
Size: 6781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/c58378bd/attachment.bin>


More information about the llvm-commits mailing list