[PATCH] D16124: Add to the split module utility an SCC based method which allows not to globalize any local variables.
Sergei Larin via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 14:51:24 PST 2016
slarin updated this revision to Diff 45040.
slarin added a comment.
Implemented Peter's suggestions.
http://reviews.llvm.org/D16124
Files:
include/llvm/CodeGen/ParallelCG.h
include/llvm/Transforms/Utils/SplitModule.h
lib/CodeGen/ParallelCG.cpp
lib/Transforms/Utils/SplitModule.cpp
test/tools/llvm-split/preserve-locals.ll
test/tools/llvm-split/scc-alias.ll
test/tools/llvm-split/scc-callchain.ll
test/tools/llvm-split/scc-comdat.ll
test/tools/llvm-split/scc-constants.ll
test/tools/llvm-split/scc-cycle.ll
test/tools/llvm-split/scc-global2global.ll
tools/llvm-split/llvm-split.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16124.45040.patch
Type: text/x-patch
Size: 21035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160115/eff78b41/attachment-0001.bin>
More information about the llvm-commits
mailing list