[PATCH] D59174: [DAGCombine] Fold (x & ~y) | y patterns

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 14:27:07 PDT 2019


nikic updated this revision to Diff 190898.
nikic retitled this revision from "[DAGCombine][AArch64] Fold (x & ~y) | y patterns" to "[DAGCombine] Fold (x & ~y) | y patterns".
nikic edited the summary of this revision.
nikic added a comment.

Remove AArch64 specific portion, which has been handled by rL356299 <https://reviews.llvm.org/rL356299>.


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

https://reviews.llvm.org/D59174

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/sat-add.ll
  llvm/test/CodeGen/AArch64/uadd_sat_vec.ll
  llvm/test/CodeGen/AArch64/unfold-masked-merge-vector-variablemask-const.ll
  llvm/test/CodeGen/X86/unfold-masked-merge-vector-variablemask-const.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59174.190898.patch
Type: text/x-patch
Size: 6606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190315/6da3b127/attachment.bin>


More information about the llvm-commits mailing list