[PATCH] D38378: [ARM] Optimize {s,u}{add,sub}.with.overflow.

Joel Galenson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 12:30:15 PST 2017


jgalenson updated this revision to Diff 126605.
jgalenson added a comment.

Now that https://reviews.llvm.org/D35192 has re-landed I need to update this patch.

Note that I needed to bring back the swapped conditions that I had before to get the tests to pass.  It looks like that was in fact related to https://reviews.llvm.org/D35192.


https://reviews.llvm.org/D38378

Files:
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMBaseInstrInfo.h
  test/CodeGen/ARM/intrinsics-overflow.ll
  test/CodeGen/ARM/su-addsub-overflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38378.126605.patch
Type: text/x-patch
Size: 12612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171212/3ac6d45e/attachment.bin>


More information about the llvm-commits mailing list