1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=aarch64-unknown-unknown -verify-machineinstrs -O0 -run-pass=regbankselect %s -o - | FileCheck %s
5 name: inlineasm_memory_clobber
8 tracksRegLiveness: true
11 ; CHECK-LABEL: name: inlineasm_memory_clobber
12 ; CHECK: INLINEASM &"", 25 /* sideeffect mayload maystore attdialect */
13 ; CHECK-NEXT: INLINEASM &"", 1 /* sideeffect attdialect */
14 ; CHECK-NEXT: RET_ReallyLR
21 name: inlineasm_register_clobber
24 tracksRegLiveness: true
27 ; CHECK-LABEL: name: inlineasm_register_clobber
28 ; CHECK: INLINEASM &"", 25 /* sideeffect mayload maystore attdialect */, 12 /* clobber */, implicit-def early-clobber $d0
29 ; CHECK-NEXT: RET_ReallyLR
30 INLINEASM &"", 25, 12, implicit-def early-clobber $d0
35 name: inlineasm_phys_reg_output
38 tracksRegLiveness: true
41 ; CHECK-LABEL: name: inlineasm_phys_reg_output
42 ; CHECK: INLINEASM &"mov ${0:w}, 7", 0 /* attdialect */, 10 /* regdef */, implicit-def $w0
43 ; CHECK-NEXT: [[COPY:%[0-9]+]]:gpr(s32) = COPY $w0
44 ; CHECK-NEXT: $w0 = COPY [[COPY]](s32)
45 ; CHECK-NEXT: RET_ReallyLR implicit $w0
46 INLINEASM &"mov ${0:w}, 7", 0 /* attdialect */, 10 /* regdef */, implicit-def $w0
49 RET_ReallyLR implicit $w0
53 name: inlineasm_virt_reg_output
56 tracksRegLiveness: true
59 ; CHECK-LABEL: name: inlineasm_virt_reg_output
60 ; CHECK: INLINEASM &"mov ${0:w}, 7", 0 /* attdialect */, 2490378 /* regdef:GPR32common */, def %0
61 ; CHECK-NEXT: [[COPY:%[0-9]+]]:gpr(s32) = COPY %0
62 ; CHECK-NEXT: $w0 = COPY [[COPY]](s32)
63 ; CHECK-NEXT: RET_ReallyLR implicit $w0
64 INLINEASM &"mov ${0:w}, 7", 0 /* attdialect */, 2490378 /* regdef:GPR32common */, def %0:gpr32common
67 RET_ReallyLR implicit $w0
71 name: inlineasm_virt_mixed_types
74 tracksRegLiveness: true
77 ; CHECK-LABEL: name: inlineasm_virt_mixed_types
78 ; CHECK: INLINEASM &"mov $0, #0; mov $1, #0", 0 /* attdialect */, 2490378 /* regdef:GPR32common */, def %0, 3342346 /* regdef:FPR64 */, def %1
79 ; CHECK-NEXT: [[COPY:%[0-9]+]]:gpr(s32) = COPY %0
80 ; CHECK-NEXT: [[COPY1:%[0-9]+]]:fpr(s64) = COPY %1
81 ; CHECK-NEXT: $d0 = COPY [[COPY1]](s64)
82 ; CHECK-NEXT: RET_ReallyLR implicit $d0
83 INLINEASM &"mov $0, #0; mov $1, #0", 0 /* attdialect */, 2490378 /* regdef:GPR32common */, def %0:gpr32common, 3342346 /* regdef:FPR64 */, def %1:fpr64
87 RET_ReallyLR implicit $d0