[PATCH] D158609: [LICM][LoopSimplify] Create preheader for callbr (PR64215)

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 08:33:18 PDT 2023


nickdesaulniers accepted this revision.
nickdesaulniers added a comment.

Thanks for the patch!
Any other call sites of `Instruction::isExceptionalTerminator()` that might need similar touch ups?  Perhaps we should just add `Instruction::CallBr` to `isExceptionalTerminator(unsigned OpCode)`?


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

https://reviews.llvm.org/D158609



More information about the llvm-commits mailing list