2016-12-16 20:54:46 +08:00
|
|
|
# RUN: llc -O0 -mtriple arm-- -global-isel -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s
|
|
|
|
--- |
|
2017-01-25 16:47:40 +08:00
|
|
|
define void @test_zext_s1() { ret void }
|
|
|
|
define void @test_sext_s1() { ret void }
|
2017-01-25 16:10:40 +08:00
|
|
|
define void @test_sext_s8() { ret void }
|
|
|
|
define void @test_zext_s16() { ret void }
|
|
|
|
|
2016-12-19 22:07:50 +08:00
|
|
|
define void @test_add_s8() { ret void }
|
|
|
|
define void @test_add_s16() { ret void }
|
|
|
|
define void @test_add_s32() { ret void }
|
|
|
|
|
2017-02-08 21:23:04 +08:00
|
|
|
define void @test_fadd_s32() #0 { ret void }
|
2017-02-16 20:19:52 +08:00
|
|
|
define void @test_fadd_s64() #0 { ret void }
|
2017-02-08 21:23:04 +08:00
|
|
|
|
2016-12-19 19:26:31 +08:00
|
|
|
define void @test_load_from_stack() { ret void }
|
2017-02-16 22:10:50 +08:00
|
|
|
define void @test_load_f32() #0 { ret void }
|
|
|
|
define void @test_load_f64() #0 { ret void }
|
2017-02-08 21:23:04 +08:00
|
|
|
|
2017-02-24 22:01:27 +08:00
|
|
|
define void @test_stores() #0 { ret void }
|
|
|
|
|
2017-02-28 18:14:38 +08:00
|
|
|
define void @test_gep() { ret void }
|
2017-02-28 21:05:42 +08:00
|
|
|
define void @test_constants() { ret void }
|
2017-02-28 18:14:38 +08:00
|
|
|
|
2017-02-16 20:19:57 +08:00
|
|
|
define void @test_soft_fp_double() #0 { ret void }
|
|
|
|
|
2017-02-08 22:23:30 +08:00
|
|
|
attributes #0 = { "target-features"="+vfp2,-neonfp" }
|
2016-12-16 20:54:46 +08:00
|
|
|
...
|
|
|
|
---
|
2017-01-25 16:47:40 +08:00
|
|
|
name: test_zext_s1
|
|
|
|
# CHECK-LABEL: name: test_zext_s1
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0
|
|
|
|
|
|
|
|
%0(s1) = COPY %r0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %r0
|
|
|
|
|
|
|
|
%1(s32) = G_ZEXT %0(s1)
|
|
|
|
; CHECK: [[VREGEXT:%[0-9]+]] = ANDri [[VREGX]], 1, 14, _, _
|
|
|
|
|
|
|
|
%r0 = COPY %1(s32)
|
|
|
|
; CHECK: %r0 = COPY [[VREGEXT]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_sext_s1
|
|
|
|
# CHECK-LABEL: name: test_sext_s1
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
- { id: 2, class: gprb }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0
|
|
|
|
|
|
|
|
%0(s1) = COPY %r0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %r0
|
|
|
|
|
|
|
|
%1(s32) = G_SEXT %0(s1)
|
|
|
|
; CHECK: [[VREGAND:%[0-9]+]] = ANDri [[VREGX]], 1, 14, _, _
|
|
|
|
; CHECK: [[VREGEXT:%[0-9]+]] = RSBri [[VREGAND]], 0, 14, _, _
|
|
|
|
|
|
|
|
%r0 = COPY %1(s32)
|
|
|
|
; CHECK: %r0 = COPY [[VREGEXT]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %r0
|
|
|
|
...
|
2017-01-25 16:10:40 +08:00
|
|
|
---
|
|
|
|
name: test_sext_s8
|
|
|
|
# CHECK-LABEL: name: test_sext_s8
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0
|
|
|
|
|
|
|
|
%0(s8) = COPY %r0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %r0
|
|
|
|
|
|
|
|
%1(s32) = G_SEXT %0(s8)
|
|
|
|
; CHECK: [[VREGEXT:%[0-9]+]] = SXTB [[VREGX]], 0, 14, _
|
|
|
|
|
|
|
|
%r0 = COPY %1(s32)
|
|
|
|
; CHECK: %r0 = COPY [[VREGEXT]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_zext_s16
|
|
|
|
# CHECK-LABEL: name: test_zext_s16
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0
|
|
|
|
|
|
|
|
%0(s16) = COPY %r0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %r0
|
|
|
|
|
|
|
|
%1(s32) = G_ZEXT %0(s16)
|
|
|
|
; CHECK: [[VREGEXT:%[0-9]+]] = UXTH [[VREGX]], 0, 14, _
|
|
|
|
|
|
|
|
%r0 = COPY %1(s32)
|
|
|
|
; CHECK: %r0 = COPY [[VREGEXT]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
2016-12-19 22:07:50 +08:00
|
|
|
name: test_add_s8
|
|
|
|
# CHECK-LABEL: name: test_add_s8
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
- { id: 2, class: gprb }
|
|
|
|
# CHECK-DAG: id: 0, class: gpr
|
|
|
|
# CHECK-DAG: id: 1, class: gpr
|
|
|
|
# CHECK-DAG: id: 2, class: gpr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s8) = COPY %r0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %r0
|
|
|
|
|
2016-12-19 22:07:56 +08:00
|
|
|
%1(s8) = COPY %r1
|
|
|
|
; CHECK: [[VREGY:%[0-9]+]] = COPY %r1
|
|
|
|
|
|
|
|
%2(s8) = G_ADD %0, %1
|
|
|
|
; CHECK: [[VREGSUM:%[0-9]+]] = ADDrr [[VREGX]], [[VREGY]], 14, _, _
|
|
|
|
|
|
|
|
%r0 = COPY %2(s8)
|
|
|
|
; CHECK: %r0 = COPY [[VREGSUM]]
|
2016-12-19 22:07:50 +08:00
|
|
|
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_add_s16
|
|
|
|
# CHECK-LABEL: name: test_add_s16
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
- { id: 2, class: gprb }
|
|
|
|
# CHECK-DAG: id: 0, class: gpr
|
|
|
|
# CHECK-DAG: id: 1, class: gpr
|
|
|
|
# CHECK-DAG: id: 2, class: gpr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s16) = COPY %r0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %r0
|
|
|
|
|
2016-12-19 22:07:56 +08:00
|
|
|
%1(s16) = COPY %r1
|
|
|
|
; CHECK: [[VREGY:%[0-9]+]] = COPY %r1
|
|
|
|
|
|
|
|
%2(s16) = G_ADD %0, %1
|
|
|
|
; CHECK: [[VREGSUM:%[0-9]+]] = ADDrr [[VREGX]], [[VREGY]], 14, _, _
|
|
|
|
|
|
|
|
%r0 = COPY %2(s16)
|
|
|
|
; CHECK: %r0 = COPY [[VREGSUM]]
|
2016-12-19 22:07:50 +08:00
|
|
|
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_add_s32
|
|
|
|
# CHECK-LABEL: name: test_add_s32
|
2016-12-16 20:54:46 +08:00
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
- { id: 2, class: gprb }
|
2016-12-19 22:08:06 +08:00
|
|
|
# CHECK: id: 0, class: gpr
|
|
|
|
# CHECK: id: 1, class: gpr
|
|
|
|
# CHECK: id: 2, class: gpr
|
2016-12-16 20:54:46 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %r0
|
|
|
|
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
; CHECK: [[VREGY:%[0-9]+]] = COPY %r1
|
|
|
|
|
|
|
|
%2(s32) = G_ADD %0, %1
|
|
|
|
; CHECK: [[VREGSUM:%[0-9]+]] = ADDrr [[VREGX]], [[VREGY]], 14, _, _
|
|
|
|
|
|
|
|
%r0 = COPY %2(s32)
|
|
|
|
; CHECK: %r0 = COPY [[VREGSUM]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %r0
|
|
|
|
...
|
2016-12-19 19:26:31 +08:00
|
|
|
---
|
2017-02-08 21:23:04 +08:00
|
|
|
name: test_fadd_s32
|
|
|
|
# CHECK-LABEL: name: test_fadd_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: fprb }
|
|
|
|
- { id: 1, class: fprb }
|
|
|
|
- { id: 2, class: fprb }
|
|
|
|
# CHECK: id: 0, class: spr
|
|
|
|
# CHECK: id: 1, class: spr
|
|
|
|
# CHECK: id: 2, class: spr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %s0, %s1
|
|
|
|
|
|
|
|
%0(s32) = COPY %s0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %s0
|
|
|
|
|
|
|
|
%1(s32) = COPY %s1
|
|
|
|
; CHECK: [[VREGY:%[0-9]+]] = COPY %s1
|
|
|
|
|
|
|
|
%2(s32) = G_FADD %0, %1
|
|
|
|
; CHECK: [[VREGSUM:%[0-9]+]] = VADDS [[VREGX]], [[VREGY]], 14, _
|
|
|
|
|
|
|
|
%s0 = COPY %2(s32)
|
|
|
|
; CHECK: %s0 = COPY [[VREGSUM]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %s0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %s0
|
|
|
|
...
|
|
|
|
---
|
2017-02-16 20:19:52 +08:00
|
|
|
name: test_fadd_s64
|
|
|
|
# CHECK-LABEL: name: test_fadd_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: fprb }
|
|
|
|
- { id: 1, class: fprb }
|
|
|
|
- { id: 2, class: fprb }
|
|
|
|
# CHECK: id: 0, class: dpr
|
|
|
|
# CHECK: id: 1, class: dpr
|
|
|
|
# CHECK: id: 2, class: dpr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %d0, %d1
|
|
|
|
|
|
|
|
%0(s64) = COPY %d0
|
|
|
|
; CHECK: [[VREGX:%[0-9]+]] = COPY %d0
|
|
|
|
|
|
|
|
%1(s64) = COPY %d1
|
|
|
|
; CHECK: [[VREGY:%[0-9]+]] = COPY %d1
|
|
|
|
|
|
|
|
%2(s64) = G_FADD %0, %1
|
|
|
|
; CHECK: [[VREGSUM:%[0-9]+]] = VADDD [[VREGX]], [[VREGY]], 14, _
|
|
|
|
|
|
|
|
%d0 = COPY %2(s64)
|
|
|
|
; CHECK: %d0 = COPY [[VREGSUM]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %d0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %d0
|
|
|
|
...
|
|
|
|
---
|
2016-12-19 19:26:31 +08:00
|
|
|
name: test_load_from_stack
|
|
|
|
# CHECK-LABEL: name: test_load_from_stack
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
- { id: 2, class: gprb }
|
|
|
|
- { id: 3, class: gprb }
|
2016-12-19 22:08:11 +08:00
|
|
|
# CHECK-DAG: id: 0, class: gpr
|
|
|
|
# CHECK-DAG: id: 1, class: gpr
|
|
|
|
# CHECK-DAG: id: 2, class: gpr
|
|
|
|
# CHECK-DAG: id: 3, class: gpr
|
2016-12-19 19:26:31 +08:00
|
|
|
fixedStack:
|
2017-01-26 17:20:47 +08:00
|
|
|
- { id: 0, offset: 0, size: 1, alignment: 4, isImmutable: true, isAliased: false }
|
2016-12-19 19:26:31 +08:00
|
|
|
- { id: 1, offset: 4, size: 4, alignment: 4, isImmutable: true, isAliased: false }
|
|
|
|
- { id: 2, offset: 8, size: 4, alignment: 4, isImmutable: true, isAliased: false }
|
2017-01-26 17:20:47 +08:00
|
|
|
# CHECK-DAG: id: [[FI1:[0-9]+]], offset: 0
|
|
|
|
# CHECK-DAG: id: [[FI32:[0-9]+]], offset: 8
|
2016-12-19 19:26:31 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1, %r2, %r3
|
|
|
|
|
|
|
|
%0(p0) = G_FRAME_INDEX %fixed-stack.2
|
2017-01-26 17:20:47 +08:00
|
|
|
; CHECK: [[FI32VREG:%[0-9]+]] = ADDri %fixed-stack.[[FI32]], 0, 14, _, _
|
2016-12-19 19:26:31 +08:00
|
|
|
|
2017-02-18 02:50:15 +08:00
|
|
|
%1(s32) = G_LOAD %0(p0) :: (load 4)
|
2017-03-20 00:13:00 +08:00
|
|
|
; CHECK: [[LD32VREG:%[0-9]+]] = LDRi12 [[FI32VREG]], 0, 14, _
|
|
|
|
|
|
|
|
%r0 = COPY %1
|
|
|
|
; CHECK: %r0 = COPY [[LD32VREG]]
|
2017-01-26 17:20:47 +08:00
|
|
|
|
|
|
|
%2(p0) = G_FRAME_INDEX %fixed-stack.0
|
|
|
|
; CHECK: [[FI1VREG:%[0-9]+]] = ADDri %fixed-stack.[[FI1]], 0, 14, _, _
|
|
|
|
|
2017-02-18 02:50:15 +08:00
|
|
|
%3(s1) = G_LOAD %2(p0) :: (load 1)
|
2017-03-20 00:13:00 +08:00
|
|
|
; CHECK: [[LD1VREG:%[0-9]+]] = LDRBi12 [[FI1VREG]], 0, 14, _
|
|
|
|
|
|
|
|
%r0 = COPY %3
|
|
|
|
; CHECK: %r0 = COPY [[LD1VREG]]
|
2016-12-19 19:26:31 +08:00
|
|
|
|
|
|
|
BX_RET 14, _
|
|
|
|
; CHECK: BX_RET 14, _
|
|
|
|
...
|
2017-02-16 20:19:57 +08:00
|
|
|
---
|
2017-02-16 22:10:50 +08:00
|
|
|
name: test_load_f32
|
|
|
|
# CHECK-LABEL: name: test_load_f32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: fprb }
|
|
|
|
# CHECK-DAG: id: [[P:[0-9]+]], class: gpr
|
|
|
|
# CHECK-DAG: id: [[V:[0-9]+]], class: spr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1, %r2, %r3
|
|
|
|
|
|
|
|
%0(p0) = COPY %r0
|
|
|
|
|
2017-02-18 02:50:15 +08:00
|
|
|
%1(s32) = G_LOAD %0(p0) :: (load 4)
|
2017-02-16 22:10:50 +08:00
|
|
|
; CHECK: %[[V]] = VLDRS %[[P]], 0, 14, _
|
|
|
|
|
|
|
|
%s0 = COPY %1
|
|
|
|
; CHECK: %s0 = COPY %[[V]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %s0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %s0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_load_f64
|
|
|
|
# CHECK-LABEL: name: test_load_f64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: fprb }
|
|
|
|
# CHECK-DAG: id: [[P:[0-9]+]], class: gpr
|
|
|
|
# CHECK-DAG: id: [[V:[0-9]+]], class: dpr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1, %r2, %r3
|
|
|
|
|
|
|
|
%0(p0) = COPY %r0
|
|
|
|
|
2017-02-18 02:50:15 +08:00
|
|
|
%1(s64) = G_LOAD %0(p0) :: (load 8)
|
2017-02-16 22:10:50 +08:00
|
|
|
; CHECK: %[[V]] = VLDRD %[[P]], 0, 14, _
|
|
|
|
|
|
|
|
%d0 = COPY %1
|
|
|
|
; CHECK: %d0 = COPY %[[V]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %d0
|
|
|
|
; CHECK: BX_RET 14, _, implicit %d0
|
|
|
|
...
|
|
|
|
---
|
2017-02-24 22:01:27 +08:00
|
|
|
name: test_stores
|
|
|
|
# CHECK-LABEL: name: test_stores
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
- { id: 2, class: gprb }
|
|
|
|
- { id: 3, class: gprb }
|
|
|
|
- { id: 4, class: fprb }
|
|
|
|
- { id: 5, class: fprb }
|
|
|
|
# CHECK: id: [[P:[0-9]+]], class: gpr
|
|
|
|
# CHECK: id: [[I8:[0-9]+]], class: gpr
|
|
|
|
# CHECK: id: [[I16:[0-9]+]], class: gpr
|
|
|
|
# CHECK: id: [[I32:[0-9]+]], class: gpr
|
|
|
|
# CHECK: id: [[F32:[0-9]+]], class: spr
|
|
|
|
# CHECK: id: [[F64:[0-9]+]], class: dpr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1, %r2, %r3
|
|
|
|
|
|
|
|
%0(p0) = COPY %r0
|
|
|
|
%1(s8) = COPY %r3
|
|
|
|
%2(s16) = COPY %r2
|
|
|
|
%3(s32) = COPY %r1
|
|
|
|
%4(s32) = COPY %s0
|
|
|
|
%5(s64) = COPY %d2
|
|
|
|
|
|
|
|
G_STORE %1(s8), %0(p0) :: (store 1)
|
|
|
|
; CHECK: STRBi12 %[[I8]], %[[P]], 0, 14, _
|
|
|
|
|
|
|
|
G_STORE %2(s16), %0(p0) :: (store 2)
|
|
|
|
; CHECK: STRH %[[I16]], %[[P]], _, 0, 14, _
|
|
|
|
|
|
|
|
G_STORE %3(s32), %0(p0) :: (store 4)
|
|
|
|
; CHECK: STRi12 %[[I32]], %[[P]], 0, 14, _
|
|
|
|
|
|
|
|
G_STORE %4(s32), %0(p0) :: (store 4)
|
|
|
|
; CHECK: VSTRS %[[F32]], %[[P]], 0, 14, _
|
|
|
|
|
|
|
|
G_STORE %5(s64), %0(p0) :: (store 8)
|
|
|
|
; CHECK: VSTRD %[[F64]], %[[P]], 0, 14, _
|
|
|
|
|
|
|
|
BX_RET 14, _
|
|
|
|
...
|
|
|
|
---
|
2017-02-28 18:14:38 +08:00
|
|
|
name: test_gep
|
|
|
|
# CHECK-LABEL: name: test_gep
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
- { id: 2, class: gprb }
|
|
|
|
# CHECK: id: [[PTR:[0-9]+]], class: gpr
|
|
|
|
# CHECK: id: [[OFF:[0-9]+]], class: gpr
|
|
|
|
# CHECK: id: [[GEP:[0-9]+]], class: gpr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(p0) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
|
|
|
|
%2(p0) = G_GEP %0, %1(s32)
|
|
|
|
; CHECK: %[[GEP]] = ADDrr %[[PTR]], %[[OFF]], 14, _, _
|
|
|
|
|
|
|
|
%r0 = COPY %2(p0)
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
2017-02-28 21:05:42 +08:00
|
|
|
name: test_constants
|
|
|
|
# CHECK-LABEL: name: test_constants
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
# CHECK: id: [[C:[0-9]+]], class: gpr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
%0(s32) = G_CONSTANT 42
|
|
|
|
; CHECK: %[[C]] = MOVi 42, 14, _, _
|
|
|
|
|
|
|
|
%r0 = COPY %0(s32)
|
|
|
|
BX_RET 14, _, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
2017-02-16 20:19:57 +08:00
|
|
|
name: test_soft_fp_double
|
|
|
|
# CHECK-LABEL: name: test_soft_fp_double
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
# CHECK: selected: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: gprb }
|
|
|
|
- { id: 1, class: gprb }
|
|
|
|
- { id: 2, class: fprb }
|
|
|
|
- { id: 3, class: gprb }
|
|
|
|
- { id: 4, class: gprb }
|
|
|
|
# CHECK-DAG: id: {{[0-9]+}}, class: gpr
|
|
|
|
# CHECK-DAG: id: {{[0-9]+}}, class: gpr
|
|
|
|
# CHECK-DAG: id: {{[0-9]+}}, class: gpr
|
|
|
|
# CHECK-DAG: id: {{[0-9]+}}, class: gpr
|
|
|
|
# CHECK-DAG: id: [[DREG:[0-9]+]], class: dpr
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1, %r2, %r3
|
|
|
|
|
|
|
|
%0(s32) = COPY %r2
|
|
|
|
; CHECK: [[IN1:%[0-9]+]] = COPY %r2
|
|
|
|
|
|
|
|
%1(s32) = COPY %r3
|
|
|
|
; CHECK: [[IN2:%[0-9]+]] = COPY %r3
|
|
|
|
|
|
|
|
%2(s64) = G_SEQUENCE %0(s32), 0, %1(s32), 1
|
|
|
|
; CHECK: %[[DREG]] = VMOVDRR [[IN1]], [[IN2]]
|
|
|
|
|
2017-03-07 07:50:28 +08:00
|
|
|
%3(s32) = G_EXTRACT %2(s64), 0
|
|
|
|
%4(s32) = G_EXTRACT %2(s64), 32
|
|
|
|
; CHECK: [[OUT1:%[0-9]+]] = VGETLNi32 %[[DREG]], 0
|
|
|
|
; CHECK: [[OUT2:%[0-9]+]] = VGETLNi32 %[[DREG]], 1
|
2017-02-16 20:19:57 +08:00
|
|
|
|
|
|
|
%r0 = COPY %3
|
|
|
|
; CHECK: %r0 = COPY [[OUT1]]
|
|
|
|
|
|
|
|
%r1 = COPY %4
|
|
|
|
; CHECK: %r1 = COPY [[OUT2]]
|
|
|
|
|
|
|
|
BX_RET 14, _, implicit %r0, implicit %r1
|
|
|
|
; CHECK: BX_RET 14, _, implicit %r0, implicit %r1
|
|
|
|
...
|