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

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: Cleanup 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
Index: src/IceClFlags.def
diff --git a/src/IceClFlags.def b/src/IceClFlags.def
index 0fabb9cf51ed1f45a3267210ec921ec5f49926c3..52cd9856e57072e5af2d074dd6f58eebbeda2f5a 100644
--- a/src/IceClFlags.def
+++ b/src/IceClFlags.def
@@ -167,6 +167,10 @@ struct dev_list_flag {};
"this executable."), \
cl::init(false)) \
\
+ X(GlobalSplitting, bool, dev_opt_flag, "global-splitting", \
Jim Stichnoth 2016/07/29 17:04:06 I would suggest this: X(SplitGlobalVars, bool, de
+ cl::desc("Live range splitting after initial register allocation"), \
+ 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)"), \

Powered by Google App Engine
This is Rietveld 408576698