[PATCH] D45862: [InstCombine] Remove decanonicalizing transforms of selects
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 27 19:51:56 PDT 2018
spatel added a comment.
In https://reviews.llvm.org/D45862#1081907, @mkazantsev wrote:
> Current strategy of saving one instruction by adding this bit magic produces horrible code on the tests I've added.
Please commit these tests, so we can see the current output and compare any differences between this patch and the other patch.
https://reviews.llvm.org/D45862
More information about the llvm-commits
mailing list