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

Unified Diff: crosstest/runtests.sh

Issue 401523003: Lower insertelement and extractelement. (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Rebase Created 6 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 | « no previous file | crosstest/test_vector_ops.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/runtests.sh
diff --git a/crosstest/runtests.sh b/crosstest/runtests.sh
index 913cc5b33f162dc0a608baa6e61754a6bf24ac1a..2073fb5ec508809f5dac14c59e4b948a0ccc7926 100755
--- a/crosstest/runtests.sh
+++ b/crosstest/runtests.sh
@@ -82,6 +82,13 @@ for optlevel in ${OPTLEVELS} ; do
--driver=test_sync_atomic_main.cpp \
--output=test_sync_atomic_O${optlevel}
+ ./crosstest.py -O${optlevel} --prefix=Subzero_ --target=x8632 \
+ --dir="${OUTDIR}" \
+ --llvm-bin-path="${LLVM_BIN_PATH}" \
+ --test=test_vector_ops.ll \
+ --driver=test_vector_ops_main.cpp \
+ --output=test_vector_ops_O${optlevel}
+
done
for optlevel in ${OPTLEVELS} ; do
@@ -94,4 +101,5 @@ for optlevel in ${OPTLEVELS} ; do
"${OUTDIR}"/test_global_O${optlevel}
"${OUTDIR}"/test_icmp_O${optlevel}
"${OUTDIR}"/test_sync_atomic_O${optlevel}
+ "${OUTDIR}"/test_vector_ops_O${optlevel}
done
« no previous file with comments | « no previous file | crosstest/test_vector_ops.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698