[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 16:13:31 PDT 2019


huihuiz updated this revision to Diff 206319.
huihuiz added a comment.

minor update for vector test,

for vector test

  (X l<< 11) u<= 131071  , not 131072
  }

similar for ugt test

sorry didn't catch this earlier


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.206319.patch
Type: text/x-patch
Size: 8520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190624/f57a218a/attachment.bin>


More information about the llvm-commits mailing list