[PATCH] D16481: Split PrologEpilogInserter into 2 parts
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 18 13:32:02 PDT 2016
dschuff added a comment.
Another option might be to use a similar factoring (which splits the code that must deal with virtual registers out from the code that need not), but not actually create 2 different MachineFunctionPasses. We could say that the pass itself supports virtual registers, but we'd have better organization and clearer separation.
http://reviews.llvm.org/D16481
More information about the llvm-commits
mailing list