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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 09:28:53 PST 2018


fhahn added a comment.

I am not entirely sure if that's the best solution, but it should work. Maybe it would be nicer to split the pas into an analysis and transformation phase, then we would get rid of the problem.

@uabelho it would be great if you could check if this patch together with https://reviews.llvm.org/D43824 fixes the regressions you are seeing?


https://reviews.llvm.org/D43824





More information about the llvm-commits mailing list