OLD | NEW |
1 ; RUIN: %llvm2ice -verbose inst %s | FileCheck %s | 1 ; RUIN: %llvm2ice -verbose inst %s | FileCheck %s |
2 ; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s | 2 ; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s |
3 ; RUN: %szdiff --llvm2ice=%llvm2ice %s | FileCheck --check-prefix=DUMP %s | 3 ; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s |
| 4 ; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \ |
| 5 ; RUN: | FileCheck --check-prefix=DUMP %s |
4 | 6 |
5 define void @foo() { | 7 define void @foo() { |
6 ; CHECK: define void @foo() | 8 ; CHECK: define void @foo() |
7 entry: | 9 entry: |
8 ret void | 10 ret void |
9 ; CHECK: entry | 11 ; CHECK: entry |
10 ; CHECK-NEXT: ret void | 12 ; CHECK-NEXT: ret void |
11 } | 13 } |
12 | 14 |
13 ; ERRORS-NOT: ICE translation error | 15 ; ERRORS-NOT: ICE translation error |
14 ; DUMP-NOT: SZ | 16 ; DUMP-NOT: SZ |
OLD | NEW |