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

Side by Side Diff: crosstest/crosstest.cfg

Issue 1909013002: Subzero. X86. Lowers shufflevector using xmm instructions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 4 years, 7 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_vector_ops.h » ('j') | src/IceTargetLoweringX86BaseImpl.h » ('J')
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 flags: --sz=-fmem-intrin-opt 8 flags: --sz=-fmem-intrin-opt
9 9
10 [test_arith] 10 [test_arith]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 # Disable clang-side optimizations so that pnacl-sz sees suitable 49 # Disable clang-side optimizations so that pnacl-sz sees suitable
50 # bitcode patterns. 50 # bitcode patterns.
51 flags: --clang-opt=0 51 flags: --clang-opt=0
52 52
53 [test_sync_atomic] 53 [test_sync_atomic]
54 driver: test_sync_atomic_main.cpp 54 driver: test_sync_atomic_main.cpp
55 test: test_sync_atomic.cpp 55 test: test_sync_atomic.cpp
56 56
57 [test_vector_ops] 57 [test_vector_ops]
58 driver: test_vector_ops_main.cpp 58 driver: test_vector_ops_main.cpp
59 test: test_vector_ops.ll 59 test: test_vector_ops.cpp test_vector_ops_ll.ll
OLDNEW
« no previous file with comments | « no previous file | crosstest/test_vector_ops.h » ('j') | src/IceTargetLoweringX86BaseImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698