[PATCH] D97730: [SDAG] allow vector types for select->logic folds

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 22:17:47 PST 2021


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

This looks good to me, thanks.

Should we also deal with the case when the constant contains an `undef`?
I guess it would be fine to do that in a follow-up.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97730/new/

https://reviews.llvm.org/D97730



More information about the llvm-commits mailing list