[PATCH] D45663: [InstCombine][NFC] Add tests for variable mask canonicalization in masked merge

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 03:37:08 PDT 2018


lebedev.ri updated this revision to Diff 142611.
lebedev.ri added a comment.

Add one more test file, with all the variations with inverted operands, deduplicated.
Originally generated with F5966584: gen.cpp <https://reviews.llvm.org/F5966584>
While some of those aren't really a masked merge, they could be reduced further.


Repository:
  rL LLVM

https://reviews.llvm.org/D45663

Files:
  test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-scalar.ll
  test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-vector.ll
  test/Transforms/InstCombine/masked-merge-with-xors.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45663.142611.patch
Type: text/x-patch
Size: 20041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180416/9fe5594f/attachment.bin>


More information about the llvm-commits mailing list