[PATCH] D33172: [InstCombine] Simpify inverted predicates in 'or'

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 20 01:59:06 PDT 2017


modocache updated this revision to Diff 99665.
modocache added a comment.

Rebased onto https://reviews.llvm.org/rL303133. Sorry, I'm a new contributor, so I'm having trouble understanding how to proceed here. Is there anything specifically I should change in this diff? Should I be using the isCanonicalPredicate helper added in https://reviews.llvm.org/rL303261? Or should I be using a different approach altogether?


https://reviews.llvm.org/D33172

Files:
  lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  test/Transforms/InstCombine/logical-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33172.99665.patch
Type: text/x-patch
Size: 4844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170520/f82fe586/attachment.bin>


More information about the llvm-commits mailing list