[PATCH] D21661: [InstCombine] refactor optional bitcasting in matchSelectFromAndOr() into one code path (NFCI)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 12:05:21 PDT 2016


spatel abandoned this revision.
spatel added a comment.

On 2nd thought, this patch just exposed the strange split of logic of the original code.
I put all the commuted variants together in:
http://reviews.llvm.org/rL273702

And that makes the code in matchSelectFromAndOr() much easier to read:
http://reviews.llvm.org/rL273706


http://reviews.llvm.org/D21661





More information about the llvm-commits mailing list