[PATCH] D60061: [InstCombine] ssubo X, C -> saddo X, -C
Dan Robertson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 1 18:51:05 PDT 2019
dlrobertson updated this revision to Diff 193220.
dlrobertson added a comment.
Gather some inspiration from ssub.sat
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60061/new/
https://reviews.llvm.org/D60061
Files:
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/test/Transforms/InstCombine/ssub-with-overflow.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60061.193220.patch
Type: text/x-patch
Size: 8619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190402/dc9d6507/attachment.bin>
More information about the llvm-commits
mailing list