[PATCH] D22271: [InstCombine] reverse canonicalization of xor(zext i1 A), 1 <---> zext(not i1 A, true) (PR28476)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 08:22:54 PDT 2016


spatel updated this revision to Diff 64695.
spatel added a comment.

Patch updated:
The previous rev forgot to delete some 'FIXME' comments from the test files.


https://reviews.llvm.org/D22271

Files:
  lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  lib/Transforms/InstCombine/InstCombineCasts.cpp
  test/Transforms/InstCombine/apint-select.ll
  test/Transforms/InstCombine/assoc-cast-assoc.ll
  test/Transforms/InstCombine/cast.ll
  test/Transforms/InstCombine/demorgan-zext.ll
  test/Transforms/InstCombine/select.ll
  test/Transforms/InstCombine/zeroext-and-reduce.ll
  test/Transforms/InstCombine/zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22271.64695.patch
Type: text/x-patch
Size: 13062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160720/14fd56e8/attachment.bin>


More information about the llvm-commits mailing list