[PATCH] D132356: [SimplifyCFG] Don't widen cond br to cond br if false branch has successors

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 07:59:03 PDT 2022


mkazantsev added a comment.

Is it true that every block which has successors will necessarily fall into this infinite loop? If so, it's not crippling.


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

https://reviews.llvm.org/D132356



More information about the llvm-commits mailing list