[PATCH] D34184: [InstCombine] Teach foldSelectICmpAndOr to recognize (select (icmp slt (trunc (X)), 0), Y, (or Y, C2))
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 09:42:55 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL306029: [InstCombine] Teach foldSelectICmpAndOr to recognize (select (icmp slt (trunc… (authored by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D34184?vs=103483&id=103588#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34184
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp
llvm/trunk/test/Transforms/InstCombine/select-with-bitwise-ops.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34184.103588.patch
Type: text/x-patch
Size: 4551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170622/577933fd/attachment.bin>
More information about the llvm-commits
mailing list