[llvm-dev] SimplifyCFG recursion
Michael Kruse via llvm-dev
llvm-dev at lists.llvm.org
Thu Oct 4 12:36:35 PDT 2018
Am Mi., 26. Sep. 2018 um 18:03 Uhr schrieb Craig Topper via llvm-dev
<llvm-dev at lists.llvm.org>:
> Should we instead be recursing to the run function on the current SimplifyCFGOpt object?
Any chance to get rid of this kind of recursion entirely? If this is
too much work, reusing the same pass instance instead of creating a
new one sounds appropriate to me.
Michael
More information about the llvm-dev
mailing list