[PATCH] D16124: Add to the split module utility an SCC based method which allows not to globalize any local variables.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 14:28:59 PST 2016
joker.eph added a comment.
What is the issue with the current globalization? You mentioned that it "might not be desirable in some scenarios", can you elaborate?
================
Comment at: include/llvm/CodeGen/ParallelCG.h:41
@@ +40,3 @@
+ SplitFunction,
+ Reloc::Model RM = Reloc::Default, CodeModel::Model CM = CodeModel::Default,
+ CodeGenOpt::Level OL = CodeGenOpt::Default,
----------------
The added argument would probably benefit some documentation.
http://reviews.llvm.org/D16124
More information about the llvm-commits
mailing list