[PATCH] D96663: [InstCombine] Fold icmp (select c, const, arg), null if icmp arg, null can be simplified

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 21 00:35:01 PDT 2021


aqjune added a comment.

ping

As suggested, the argument's nonnull check is fixed to use SimplifyICmpInst instead
May I land this patch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96663



More information about the llvm-commits mailing list