[PATCH] D60590: [InstCombine] Add DCE to VisitAnd

Shawn Landden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 09:47:12 PDT 2019


shawnl updated this revision to Diff 194908.
shawnl retitled this revision from "[InstCombine] Simplify more cases of logical ops of masked icmps." to "[InstCombine] Add DCE to VisitAnd".
shawnl edited the summary of this revision.
shawnl added a comment.

There is a bunch of work to be done here, but here is a patch to get started


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

https://reviews.llvm.org/D60590

Files:
  lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  test/Transforms/InstCombine/and-or-icmps.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60590.194908.patch
Type: text/x-patch
Size: 9701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190412/302ffdd7/attachment.bin>


More information about the llvm-commits mailing list