[PATCH] D52760: [SimplifyCFG] Change recursive calls to llvm::SimplifyCFG to instead call the "run" function on the SimplifyCFGOpt object

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 2 22:11:47 PDT 2018


craig.topper added a comment.

I definitely agree that this recursion is not the ideal way to implement this. I haven't looked closely to see if we always do this recursion or if we sometimes just return without recursing. Any issue with this patch in the short term?


https://reviews.llvm.org/D52760





More information about the llvm-commits mailing list