[PATCH] D43293: [SimplifyCFG] Don't remove preheaders when we need canonical loops.

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 19:03:35 PST 2018


skatkov added a comment.

What is about Eli's comment?

When you remove backedge you introduce new backedge. So you need to add new backedge to the list of the backedges.


https://reviews.llvm.org/D43293





More information about the llvm-commits mailing list