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

Side by Side Diff: tests_lit/assembler/arm32/load-store.ll

Issue 1407263005: Subzero: Fix MINIMAL build issues. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Missed one file Created 5 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
« no previous file with comments | « tests_lit/assembler/arm32/add.ll ('k') | tests_lit/assembler/arm32/mov-imm.ll » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; Show that we can handle variable (i.e. stack) spills. 1 ; Show that we can handle variable (i.e. stack) spills.
2 2
3 ; REQUIRES: allow_dump
4
3 ; RUN: %p2i --filetype=asm -i %s --target=arm32 --args -Om1 \ 5 ; RUN: %p2i --filetype=asm -i %s --target=arm32 --args -Om1 \
4 ; RUN: | FileCheck %s --check-prefix=ASM 6 ; RUN: | FileCheck %s --check-prefix=ASM
5 ; RUN: %p2i --filetype=iasm -i %s --target=arm32 --args -Om1 \ 7 ; RUN: %p2i --filetype=iasm -i %s --target=arm32 --args -Om1 \
6 ; RUN: | FileCheck %s --check-prefix=IASM 8 ; RUN: | FileCheck %s --check-prefix=IASM
7 9
8 define internal i32 @add1ToR0(i32 %p) { 10 define internal i32 @add1ToR0(i32 %p) {
9 %v = add i32 %p, 1 11 %v = add i32 %p, 1
10 ret i32 %v 12 ret i32 %v
11 } 13 }
12 14
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 ; IASM-NEXT: .byte 0xd0 56 ; IASM-NEXT: .byte 0xd0
55 ; IASM-NEXT: .byte 0x8d 57 ; IASM-NEXT: .byte 0x8d
56 ; IASM-NEXT: .byte 0xe2 58 ; IASM-NEXT: .byte 0xe2
57 59
58 ; ASM-NEXT: bx lr 60 ; ASM-NEXT: bx lr
59 ; IASM-NEXT: .byte 0x1e 61 ; IASM-NEXT: .byte 0x1e
60 ; IASM-NEXT: .byte 0xff 62 ; IASM-NEXT: .byte 0xff
61 ; IASM-NEXT: .byte 0x2f 63 ; IASM-NEXT: .byte 0x2f
62 ; IASM-NEXT: .byte 0xe1 64 ; IASM-NEXT: .byte 0xe1
63 65
OLDNEW
« no previous file with comments | « tests_lit/assembler/arm32/add.ll ('k') | tests_lit/assembler/arm32/mov-imm.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698