[PATCH] D89317: [InstructionSimplify] icmp simplification

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 11:35:56 PDT 2020


SjoerdMeijer updated this revision to Diff 299764.
SjoerdMeijer added a comment.

Cheers, typo fixed: `C2->isNonPositive()` -> `C1->isNonPositive()`. And the test case added.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89317/new/

https://reviews.llvm.org/D89317

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/test/Transforms/InstSimplify/compare.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89317.299764.patch
Type: text/x-patch
Size: 7443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201021/9713312c/attachment.bin>


More information about the llvm-commits mailing list