|
1 | 1 | ; RUN: llc < %s -mcpu=mvp | FileCheck %s --check-prefixes MVP
|
2 | 2 | ; RUN: llc < %s -mcpu=generic | FileCheck %s --check-prefixes GENERIC
|
3 |
| -; RUN: llc < %s -mcpu=trail1 | FileCheck %s --check-prefixes TRAIL1 |
| 3 | +; RUN: llc < %s -mcpu=lime1 | FileCheck %s --check-prefixes LIME1 |
4 | 4 | ; RUN: llc < %s | FileCheck %s --check-prefixes GENERIC
|
5 | 5 | ; RUN: llc < %s -mcpu=bleeding-edge | FileCheck %s --check-prefixes BLEEDING-EDGE
|
6 | 6 |
|
@@ -37,30 +37,30 @@ target triple = "wasm32-unknown-unknown"
|
37 | 37 | ; GENERIC-NEXT: .int8 8
|
38 | 38 | ; GENERIC-NEXT: .ascii "sign-ext"
|
39 | 39 |
|
40 |
| -; trail1: +bulk-memory-opt, +call-indirect-overlong, +extended-const, +multivalue, +mutable-globals, +nontrapping-fptoint, +sign-ext |
41 |
| -; TRAIL1-LABEL: .custom_section.target_features,"",@ |
42 |
| -; TRAIL1-NEXT: .int8 6 |
43 |
| -; TRAIL1-NEXT: .int8 43 |
44 |
| -; TRAIL1-NEXT: .int8 15 |
45 |
| -; TRAIL1-NEXT: .int8 "bulk-memory-opt" |
46 |
| -; TRAIL1-NEXT: .int8 43 |
47 |
| -; TRAIL1-NEXT: .int8 22 |
48 |
| -; TRAIL1-NEXT: .int8 "call-indirect-overlong" |
49 |
| -; TRAIL1-NEXT: .int8 43 |
50 |
| -; TRAIL1-NEXT: .int8 14 |
51 |
| -; TRAIL1-NEXT: .ascii "extended-const" |
52 |
| -; TRAIL1-NEXT: .int8 43 |
53 |
| -; TRAIL1-NEXT: .int8 10 |
54 |
| -; TRAIL1-NEXT: .ascii "multivalue" |
55 |
| -; TRAIL1-NEXT: .int8 43 |
56 |
| -; TRAIL1-NEXT: .int8 15 |
57 |
| -; TRAIL1-NEXT: .ascii "mutable-globals" |
58 |
| -; TRAIL1-NEXT: .int8 43 |
59 |
| -; TRAIL1-NEXT: .int8 19 |
60 |
| -; TRAIL1-NEXT: .ascii "nontrapping-fptoint" |
61 |
| -; TRAIL1-NEXT: .int8 43 |
62 |
| -; TRAIL1-NEXT: .int8 8 |
63 |
| -; TRAIL1-NEXT: .ascii "sign-ext" |
| 40 | +; lime1: +bulk-memory-opt, +call-indirect-overlong, +extended-const, +multivalue, +mutable-globals, +nontrapping-fptoint, +sign-ext |
| 41 | +; LIME1-LABEL: .custom_section.target_features,"",@ |
| 42 | +; LIME1-NEXT: .int8 6 |
| 43 | +; LIME1-NEXT: .int8 43 |
| 44 | +; LIME1-NEXT: .int8 15 |
| 45 | +; LIME1-NEXT: .int8 "bulk-memory-opt" |
| 46 | +; LIME1-NEXT: .int8 43 |
| 47 | +; LIME1-NEXT: .int8 22 |
| 48 | +; LIME1-NEXT: .int8 "call-indirect-overlong" |
| 49 | +; LIME1-NEXT: .int8 43 |
| 50 | +; LIME1-NEXT: .int8 14 |
| 51 | +; LIME1-NEXT: .ascii "extended-const" |
| 52 | +; LIME1-NEXT: .int8 43 |
| 53 | +; LIME1-NEXT: .int8 10 |
| 54 | +; LIME1-NEXT: .ascii "multivalue" |
| 55 | +; LIME1-NEXT: .int8 43 |
| 56 | +; LIME1-NEXT: .int8 15 |
| 57 | +; LIME1-NEXT: .ascii "mutable-globals" |
| 58 | +; LIME1-NEXT: .int8 43 |
| 59 | +; LIME1-NEXT: .int8 19 |
| 60 | +; LIME1-NEXT: .ascii "nontrapping-fptoint" |
| 61 | +; LIME1-NEXT: .int8 43 |
| 62 | +; LIME1-NEXT: .int8 8 |
| 63 | +; LIME1-NEXT: .ascii "sign-ext" |
64 | 64 |
|
65 | 65 | ; bleeding-edge: +atomics, +bulk-memory, +bulk-memory-opt,
|
66 | 66 | ; +call-indirect-overlong, +exception-handling,
|
|
0 commit comments