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

Side by Side Diff: tests_lit/llvm2ice_tests/reorder-global-variables.ll

Issue 2384983002: Subzero: Remove --skip-unimplemented from ARM lit tests. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 ; Test of global variable reordering. 1 ; Test of global variable reordering.
2 2
3 ; REQUIRES: allow_dump 3 ; REQUIRES: allow_dump
4 4
5 ; Test x8632 asm output 5 ; Test x8632 asm output
6 ; RUN: %if --need=target_X8632 --command %p2i --filetype=asm --target x8632 \ 6 ; RUN: %if --need=target_X8632 --command %p2i --filetype=asm --target x8632 \
7 ; RUN: -i %s --assemble --disassemble --dis-flags=-rD \ 7 ; RUN: -i %s --assemble --disassemble --dis-flags=-rD \
8 ; RUN: --args -sz-seed=1 -reorder-global-variables -O2 \ 8 ; RUN: --args -sz-seed=1 -reorder-global-variables -O2 \
9 ; RUN: | %if --need=target_X8632 --command FileCheck %s 9 ; RUN: | %if --need=target_X8632 --command FileCheck %s
10 ; RUN: %if --need=target_X8632 --command %p2i --filetype=asm --target x8632 \ 10 ; RUN: %if --need=target_X8632 --command %p2i --filetype=asm --target x8632 \
11 ; RUN: -i %s --assemble --disassemble --dis-flags=-rD \ 11 ; RUN: -i %s --assemble --disassemble --dis-flags=-rD \
12 ; RUN: --args -sz-seed=1 -reorder-global-variables -Om1 \ 12 ; RUN: --args -sz-seed=1 -reorder-global-variables -Om1 \
13 ; RUN: | %if --need=target_X8632 --command FileCheck %s 13 ; RUN: | %if --need=target_X8632 --command FileCheck %s
14 14
15 ; Test x8632 elf output 15 ; Test x8632 elf output
16 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --target x8632 \ 16 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --target x8632 \
17 ; RUN: -i %s --disassemble --dis-flags=-rD \ 17 ; RUN: -i %s --disassemble --dis-flags=-rD \
18 ; RUN: --args -sz-seed=1 -reorder-global-variables -O2 \ 18 ; RUN: --args -sz-seed=1 -reorder-global-variables -O2 \
19 ; RUN: | %if --need=target_X8632 --command FileCheck %s 19 ; RUN: | %if --need=target_X8632 --command FileCheck %s
20 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --target x8632 \ 20 ; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --target x8632 \
21 ; RUN: -i %s --disassemble --dis-flags=-rD \ 21 ; RUN: -i %s --disassemble --dis-flags=-rD \
22 ; RUN: --args -sz-seed=1 -reorder-global-variables -Om1 \ 22 ; RUN: --args -sz-seed=1 -reorder-global-variables -Om1 \
23 ; RUN: | %if --need=target_X8632 --command FileCheck %s 23 ; RUN: | %if --need=target_X8632 --command FileCheck %s
24 24
25 ; Test arm output 25 ; Test arm output
26 ; IAS is not implemented yet. 26 ; RUN: %if --need=target_ARM32 --command %p2i --filetype=obj --target arm32 \
27 ; RUN: %if --need=target_ARM32 --command %p2i --filetype=asm --target arm32 \ 27 ; RUN: -i %s --disassemble --dis-flags=-rD \
28 ; RUN: -i %s --assemble --disassemble --dis-flags=-rD \
29 ; RUN: --args -sz-seed=1 -reorder-global-variables \ 28 ; RUN: --args -sz-seed=1 -reorder-global-variables \
30 ; RUN: --skip-unimplemented -O2 \ 29 ; RUN: -O2 \
31 ; RUN: | %if --need=target_ARM32 --command FileCheck %s 30 ; RUN: | %if --need=target_ARM32 --command FileCheck %s
32 ; RUN: %if --need=target_ARM32 --command %p2i --filetype=asm --target arm32 \ 31 ; RUN: %if --need=target_ARM32 --command %p2i --filetype=obj --target arm32 \
33 ; RUN: -i %s --assemble --disassemble --dis-flags=-rD \ 32 ; RUN: -i %s --disassemble --dis-flags=-rD \
34 ; RUN: --args -sz-seed=1 -reorder-global-variables \ 33 ; RUN: --args -sz-seed=1 -reorder-global-variables \
35 ; RUN: --skip-unimplemented -Om1 \ 34 ; RUN: -Om1 \
36 ; RUN: | %if --need=target_ARM32 --command FileCheck %s 35 ; RUN: | %if --need=target_ARM32 --command FileCheck %s
37 36
38 37
39 @PrimitiveInit = internal global [4 x i8] c"\1B\00\00\00", align 4 38 @PrimitiveInit = internal global [4 x i8] c"\1B\00\00\00", align 4
40 39
41 @PrimitiveInitConst = internal constant [4 x i8] c"\0D\00\00\00", align 4 40 @PrimitiveInitConst = internal constant [4 x i8] c"\0D\00\00\00", align 4
42 41
43 @ArrayInit = internal global [20 x i8] c"\0A\00\00\00\14\00\00\00\1E\00\00\00(\0 0\00\002\00\00\00", align 4 42 @ArrayInit = internal global [20 x i8] c"\0A\00\00\00\14\00\00\00\1E\00\00\00(\0 0\00\002\00\00\00", align 4
44 43
45 @ArrayInitPartial = internal global [40 x i8] c"<\00\00\00F\00\00\00P\00\00\00Z\ 00\00\00d\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00", align 4 44 @ArrayInitPartial = internal global [40 x i8] c"<\00\00\00F\00\00\00P\00\00\00Z\ 00\00\00d\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00", align 4
(...skipping 12 matching lines...) Expand all
58 57
59 ; CHECK-LABEL: ArrayInit 58 ; CHECK-LABEL: ArrayInit
60 ; CHECK-LABEL: PrimitiveInit 59 ; CHECK-LABEL: PrimitiveInit
61 ; CHECK-LABEL: ArrayInitPartial 60 ; CHECK-LABEL: ArrayInitPartial
62 ; CHECK-LABEL: PrimitiveUninit 61 ; CHECK-LABEL: PrimitiveUninit
63 ; CHECK-LABEL: ArrayUninit 62 ; CHECK-LABEL: ArrayUninit
64 ; CHECK-LABEL: PrimitiveInitStatic 63 ; CHECK-LABEL: PrimitiveInitStatic
65 ; CHECK-LABEL: ArrayUninitConstDouble 64 ; CHECK-LABEL: ArrayUninitConstDouble
66 ; CHECK-LABEL: ArrayUninitConstInt 65 ; CHECK-LABEL: ArrayUninitConstInt
67 ; CHECK-LABEL: PrimitiveInitConst 66 ; CHECK-LABEL: PrimitiveInitConst
OLDNEW
« no previous file with comments | « tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll ('k') | tests_lit/llvm2ice_tests/return_immediates.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698