[PATCH] D101807: [InstCombine] Fold select x_inv, true, (select y, x, false)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 05:17:57 PDT 2021


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

LGTM - seems like there must be more combinations of these implied condition patterns, so we may want to split it into another function and try to make the matching more systematic/complete.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101807



More information about the llvm-commits mailing list