[PATCH] D110922: [LoopPeel] Peel loops with exits followed by an unreachable or deopt block

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 00:53:58 PDT 2021


mkazantsev added a comment.

Do I understand correctly that the reason of crash was duplicating exiting edges, which caused duplicating DT, and this is now fixed in D111611 <https://reviews.llvm.org/D111611>?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110922



More information about the llvm-commits mailing list