Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: src/IceClFlags.def

Issue 2172313002: Subzero : Live Range Splitting after initial Register Allocation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Format Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceCfgNode.cpp ('k') | src/IceDefs.h » ('j') | src/IceOperand.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceClFlags.def
diff --git a/src/IceClFlags.def b/src/IceClFlags.def
index 0fabb9cf51ed1f45a3267210ec921ec5f49926c3..775e713dfcd46a32ed1253ed232769c2056bb4c1 100644
--- a/src/IceClFlags.def
+++ b/src/IceClFlags.def
@@ -167,6 +167,10 @@ struct dev_list_flag {};
"this executable."), \
cl::init(false)) \
\
+ X(SplitGlobalVars, bool, dev_opt_flag, "split-global-vars", \
+ cl::desc("Live range splitting after initial register allocation"), \
Jim Stichnoth 2016/08/02 05:57:50 To be consistent with the rest of the file, these
Jim Stichnoth 2016/08/02 05:57:50 I suggest "Global live range splitting ..." To co
manasijm 2016/08/02 21:41:58 Done.
manasijm 2016/08/02 21:41:58 Done.
+ cl::init(false)) \
+ \
X(InputFileFormat, llvm::NaClFileFormat, dev_opt_flag, "bitcode-format", \
cl::desc("Define format of input file:"), \
cl::values(clEnumValN(llvm::LLVMFormat, "llvm", "LLVM file (default)"), \
« no previous file with comments | « src/IceCfgNode.cpp ('k') | src/IceDefs.h » ('j') | src/IceOperand.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698