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

Side by Side Diff: tests_lit/llvm2ice_tests/64bit.pnacl.ll

Issue 1678133003: Subzero: Fix trailing whitespace errors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove some obviously bad tab characters Created 4 years, 10 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
OLDNEW
1 ; This tries to be a comprehensive test of i64 operations, in 1 ; This tries to be a comprehensive test of i64 operations, in
2 ; particular the patterns for lowering i64 operations into constituent 2 ; particular the patterns for lowering i64 operations into constituent
3 ; i32 operations on x86-32. 3 ; i32 operations on x86-32.
4 4
5 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \ 5 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \
6 ; RUN: --target x8632 -i %s --args -O2 -allow-externally-defined-symbols \ 6 ; RUN: --target x8632 -i %s --args -O2 -allow-externally-defined-symbols \
7 ; RUN: | %if --need=target_X8632 --command FileCheck %s 7 ; RUN: | %if --need=target_X8632 --command FileCheck %s
8 8
9 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \ 9 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \
10 ; RUN: --target x8632 -i %s --args -Om1 -allow-externally-defined-symbols \ 10 ; RUN: --target x8632 -i %s --args -Om1 -allow-externally-defined-symbols \
(...skipping 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 1929
1930 ; CHECK-LABEL: phi64Undef 1930 ; CHECK-LABEL: phi64Undef
1931 ; CHECK: mov {{.*}},0x0 1931 ; CHECK: mov {{.*}},0x0
1932 ; CHECK: mov {{.*}},0x0 1932 ; CHECK: mov {{.*}},0x0
1933 ; OPTM1-LABEL: phi64Undef 1933 ; OPTM1-LABEL: phi64Undef
1934 ; OPTM1: mov {{.*}},0x0 1934 ; OPTM1: mov {{.*}},0x0
1935 ; OPTM1: mov {{.*}},0x0 1935 ; OPTM1: mov {{.*}},0x0
1936 ; ARM32-LABEL: phi64Undef 1936 ; ARM32-LABEL: phi64Undef
1937 ; ARM32: mov {{.*}} #0 1937 ; ARM32: mov {{.*}} #0
1938 ; ARM32: mov {{.*}} #0 1938 ; ARM32: mov {{.*}} #0
1939
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698