[PATCH] D122152: [InstCombine] Fold two select patterns into and-or
chenglin.bi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 00:55:50 PDT 2022
bcl5980 added a comment.
In D122152#3399935 <https://reviews.llvm.org/D122152#3399935>, @RKSimon wrote:
> do we need vector test coverage?
In this pattern, one of the true/false value comes from condition, so it should be always i1 I think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122152/new/
https://reviews.llvm.org/D122152
More information about the llvm-commits
mailing list