[PATCH] D83360: [InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef -> X

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 11 11:34:06 PDT 2020


craig.topper added a comment.

In D83360#2210630 <https://reviews.llvm.org/D83360#2210630>, @nikic wrote:

> D85684 <https://reviews.llvm.org/D85684> has landed, so we can try reapplying this change.

I've put up D85765 <https://reviews.llvm.org/D85765> with this patch and the follow ups re-enabled.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83360



More information about the cfe-commits mailing list