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

Unified Diff: src/IceClFlags.def

Issue 2135403002: Subzero: Aggressive LEA (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Address Comments Created 4 years, 4 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 | « no previous file | src/IceInstX86Base.h » ('j') | no next file with comments »
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..bed1d7c326cb7fc30576b994f3a8e2c9378e60bb 100644
--- a/src/IceClFlags.def
+++ b/src/IceClFlags.def
@@ -95,6 +95,10 @@ struct dev_list_flag {};
cl::desc("Exit with success status, even if errors found"), \
cl::init(false)) \
\
+ X(AggressiveLea, bool, dev_opt_flag, "aggressive-lea", \
+ cl::desc("Convert additions to lea when it reduces code size"), \
+ cl::init(false)) \
+ \
X(BitcodeAsText, bool, dev_opt_flag, "bitcode-as-text", \
cl::desc("Accept textual form of PNaCl bitcode " \
"records (i.e. not .ll assembly)"), \
« no previous file with comments | « no previous file | src/IceInstX86Base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698