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

Unified Diff: pydir/szbuild_spec2k.py

Issue 680733002: Subzero: Allow delaying Phi lowering until after register allocation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix vector const undef lowering for phis. Created 6 years, 2 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/IceCfg.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/szbuild_spec2k.py
diff --git a/pydir/szbuild_spec2k.py b/pydir/szbuild_spec2k.py
index fb4321ff4ee275820e436adef090c46511c328f8..092a8356620495dff4fc7c93cba5f1b7a6754c29 100755
--- a/pydir/szbuild_spec2k.py
+++ b/pydir/szbuild_spec2k.py
@@ -16,10 +16,11 @@ def main():
'./run_all.sh RunBenchmarks SetupGccX8632Opt {train|ref} ...'
"""
nacl_root = FindBaseNaCl()
- components = [ '164.gzip', '175.vpr', '176.gcc', '177.mesa', '179.art',
- '181.mcf', '183.equake', '186.crafty', '188.ammp',
- '197.parser', '252.eon', '253.perlbmk', '254.gap',
- '255.vortex', '256.bzip2', '300.twolf' ]
+ # Use the same default ordering as spec2k/run_all.sh.
+ components = [ '177.mesa', '179.art', '183.equake', '188.ammp', '164.gzip',
+ '175.vpr', '176.gcc', '181.mcf', '186.crafty', '197.parser',
+ '253.perlbmk', '254.gap', '255.vortex', '256.bzip2',
+ '300.twolf', '252.eon' ]
argparser = argparse.ArgumentParser(description=main.__doc__)
szbuild.AddOptionalArgs(argparser)
« no previous file with comments | « no previous file | src/IceCfg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698