[PATCH] D43367: [X86] Turn selects with constant condition into vector shuffles during DAG combine

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 13:58:37 PST 2018


craig.topper added a comment.

Forgot to mention, we already have a target independt DAG combine for all zeros or all ones select condition that I believe considers undefs.


https://reviews.llvm.org/D43367





More information about the llvm-commits mailing list