[PATCH] D43824: [CallSiteSplitting] Do not crash when BB's terminator changes.

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 12:27:56 PST 2018


junbuml added a comment.

Assuming https://reviews.llvm.org/D43824 is fixed, this seems to be an easy quick fix, but I tend to lean on separating this pass into two phases; in https://reviews.llvm.org/D43729, we also need to exit early. I'm okay to get it in first, followed by a patch to make separate phases.


https://reviews.llvm.org/D43824





More information about the llvm-commits mailing list