[PATCH] D63670: [InstCombine][NFC] Add test to show missing fold for icmp ult/uge (shl %x, C2), C1.
Huihui Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 15:43:56 PDT 2019
huihuiz updated this revision to Diff 206314.
huihuiz added a comment.
Added vector test to check for predicate variance.
Canonicalization happens for ule -> ult , uge -> ugt
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63670/new/
https://reviews.llvm.org/D63670
Files:
llvm/test/Transforms/InstCombine/shl-unsigned-cmp-const.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63670.206314.patch
Type: text/x-patch
Size: 8520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190624/70395e80/attachment.bin>
More information about the llvm-commits
mailing list