[PATCH] D14351: [Refactor] Replace RegionPasses by FunctionPasses

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 07:45:52 PST 2016


Meinersbur added a comment.

To add to the discussion: In a Polly phone call, Zino discussed that we might go directly to CallGraphSCCPass, as fair as I remember to do something with inlining.

This would also allow us to generate code into a newly created function s.t. we do not need to modify the original code before all transformations are done (also to get rid of the exit block PHI during code generation).


http://reviews.llvm.org/D14351





More information about the llvm-commits mailing list