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

Side by Side Diff: crosstest/crosstest.cfg

Issue 1146803002: Subzero: Strength-reduce mul by certain constants. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove a TODO Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | crosstest/test_strengthreduce.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [simple_loop] 1 [simple_loop]
2 driver: simple_loop_main.c 2 driver: simple_loop_main.c
3 test: simple_loop.c 3 test: simple_loop.c
4 4
5 [mem_intrin] 5 [mem_intrin]
6 driver: mem_intrin_main.cpp 6 driver: mem_intrin_main.cpp
7 test: mem_intrin.cpp 7 test: mem_intrin.cpp
8 8
9 [test_arith] 9 [test_arith]
10 driver: test_arith_main.cpp 10 driver: test_arith_main.cpp
(...skipping 24 matching lines...) Expand all
35 test: test_icmp.cpp test_icmp_i1vec.ll 35 test: test_icmp.cpp test_icmp_i1vec.ll
36 36
37 [test_select] 37 [test_select]
38 driver: test_select_main.cpp 38 driver: test_select_main.cpp
39 test: test_select.ll 39 test: test_select.ll
40 40
41 [test_stacksave] 41 [test_stacksave]
42 driver: test_stacksave_main.c 42 driver: test_stacksave_main.c
43 test: test_stacksave.c 43 test: test_stacksave.c
44 44
45 [test_strengthreduce]
46 driver: test_strengthreduce_main.cpp
47 test: test_strengthreduce.cpp
48 # Disable clang-side optimizations so that pnacl-sz sees suitable
49 # bitcode patterns.
50 flags: --clang-opt=0
51
45 [test_sync_atomic] 52 [test_sync_atomic]
46 driver: test_sync_atomic_main.cpp 53 driver: test_sync_atomic_main.cpp
47 # Compile the non-Subzero object files straight from source since the native 54 # Compile the non-Subzero object files straight from source since the native
48 # LLVM backend does not understand how to lower NaCl-specific intrinsics. 55 # LLVM backend does not understand how to lower NaCl-specific intrinsics.
49 flags: --crosstest-bitcode=0 56 flags: --crosstest-bitcode=0
50 test: test_sync_atomic.cpp 57 test: test_sync_atomic.cpp
51 58
52 [test_vector_ops] 59 [test_vector_ops]
53 driver: test_vector_ops_main.cpp 60 driver: test_vector_ops_main.cpp
54 test: test_vector_ops.ll 61 test: test_vector_ops.ll
OLDNEW
« no previous file with comments | « no previous file | crosstest/test_strengthreduce.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698