[PATCH] D81375: [InstCombine] Simplify boolean Phis with const inputs using CFG

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 11:10:13 PDT 2020


kazu added a comment.

Would you mind if I revert this patch temporarily?  This patch makes it easier to trigger bugs like https://bugs.llvm.org/show_bug.cgi?id=46940.  Although I don't think this patch itself is the root cause, reverting this patch would allow me to fix the bug above while the compiler is in a more usable state.  Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81375



More information about the llvm-commits mailing list