2016-12-16 20:54:46 +08:00
|
|
|
# RUN: llc -mtriple arm-- -global-isel -run-pass=regbankselect %s -o - | FileCheck %s
|
|
|
|
--- |
|
|
|
|
define void @test_add_s32() { ret void }
|
2017-04-18 20:35:28 +08:00
|
|
|
define void @test_sub_s32() { ret void }
|
2017-04-19 15:29:46 +08:00
|
|
|
define void @test_mul_s32() { ret void }
|
|
|
|
|
2017-04-24 16:20:05 +08:00
|
|
|
define void @test_sdiv_s32() #1 { ret void }
|
|
|
|
define void @test_udiv_s32() #1 { ret void }
|
|
|
|
|
2017-06-07 17:17:41 +08:00
|
|
|
define void @test_and_s32() { ret void}
|
2017-06-07 18:14:23 +08:00
|
|
|
define void @test_or_s32() { ret void}
|
2017-06-07 19:57:30 +08:00
|
|
|
define void @test_xor_s32() { ret void}
|
2017-06-07 17:17:41 +08:00
|
|
|
|
2017-10-06 22:52:43 +08:00
|
|
|
define void @test_lshr_s32() { ret void }
|
|
|
|
define void @test_ashr_s32() { ret void }
|
|
|
|
define void @test_shl_s32() { ret void }
|
|
|
|
|
2017-02-16 19:25:09 +08:00
|
|
|
define void @test_loads() #0 { ret void }
|
2017-02-24 21:07:25 +08:00
|
|
|
define void @test_stores() #0 { ret void }
|
2017-02-08 21:23:04 +08:00
|
|
|
|
2017-03-13 22:28:34 +08:00
|
|
|
define void @test_stack() { ret void }
|
|
|
|
|
2017-02-28 17:35:10 +08:00
|
|
|
define void @test_gep() { ret void }
|
|
|
|
|
2017-02-28 20:13:58 +08:00
|
|
|
define void @test_constants() { ret void }
|
|
|
|
|
2017-12-22 21:05:51 +08:00
|
|
|
define void @test_inttoptr_s32() { ret void }
|
|
|
|
define void @test_ptrtoint_s32() { ret void }
|
|
|
|
|
2017-07-26 19:01:13 +08:00
|
|
|
@a_global = global float 1.0
|
|
|
|
define void @test_globals() { ret void }
|
|
|
|
|
2017-05-11 16:28:31 +08:00
|
|
|
define void @test_anyext_s8_32() { ret void }
|
|
|
|
define void @test_anyext_s16_32() { ret void }
|
|
|
|
|
2017-04-21 21:16:50 +08:00
|
|
|
define void @test_trunc_s32_16() { ret void }
|
2017-12-20 19:27:10 +08:00
|
|
|
define void @test_trunc_s64_32() #0 { ret void }
|
2017-04-21 21:16:50 +08:00
|
|
|
|
2017-06-19 17:40:51 +08:00
|
|
|
define void @test_icmp_eq_s32() { ret void }
|
2017-07-06 17:57:46 +08:00
|
|
|
define void @test_fcmp_one_s32() #0 { ret void }
|
2017-07-11 19:47:45 +08:00
|
|
|
define void @test_fcmp_ugt_s64() #0 { ret void }
|
2017-06-19 17:40:51 +08:00
|
|
|
|
2017-06-27 17:19:51 +08:00
|
|
|
define void @test_select_s32() { ret void }
|
|
|
|
|
2017-07-13 19:09:34 +08:00
|
|
|
define void @test_br() { ret void }
|
|
|
|
|
2018-01-04 21:09:20 +08:00
|
|
|
define void @test_phi_s32() { ret void }
|
|
|
|
define void @test_phi_s64() #0 { ret void }
|
|
|
|
|
2017-02-16 19:25:09 +08:00
|
|
|
define void @test_fadd_s32() #0 { ret void }
|
|
|
|
define void @test_fadd_s64() #0 { ret void }
|
2017-02-16 19:00:31 +08:00
|
|
|
|
2017-10-30 21:51:56 +08:00
|
|
|
define void @test_fsub_s32() #0 { ret void }
|
|
|
|
define void @test_fsub_s64() #0 { ret void }
|
|
|
|
|
2017-11-23 20:44:20 +08:00
|
|
|
define void @test_fmul_s32() #0 { ret void }
|
|
|
|
define void @test_fmul_s64() #0 { ret void }
|
|
|
|
|
2017-11-23 21:26:07 +08:00
|
|
|
define void @test_fdiv_s32() #0 { ret void }
|
|
|
|
define void @test_fdiv_s64() #0 { ret void }
|
|
|
|
|
2017-02-16 19:25:09 +08:00
|
|
|
define void @test_soft_fp_s64() #0 { ret void }
|
|
|
|
|
|
|
|
attributes #0 = { "target-features"="+vfp2"}
|
2017-04-24 16:20:05 +08:00
|
|
|
attributes #1 = { "target-features"="+hwdiv-arm" }
|
2016-12-16 20:54:46 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_add_s32
|
|
|
|
# CHECK-LABEL: name: test_add_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2016-12-16 20:54:46 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_ADD %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2016-12-16 20:54:46 +08:00
|
|
|
|
2017-04-18 20:35:28 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_sub_s32
|
|
|
|
# CHECK-LABEL: name: test_sub_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-04-18 20:35:28 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_SUB %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-04-18 20:35:28 +08:00
|
|
|
|
2017-04-19 15:29:46 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_mul_s32
|
|
|
|
# CHECK-LABEL: name: test_mul_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-04-19 15:29:46 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_MUL %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-04-19 15:29:46 +08:00
|
|
|
|
2017-04-24 16:20:05 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_sdiv_s32
|
|
|
|
# CHECK-LABEL: name: test_sdiv_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-04-24 16:20:05 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_SDIV %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-04-24 16:20:05 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_udiv_s32
|
|
|
|
# CHECK-LABEL: name: test_udiv_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-04-24 16:20:05 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_UDIV %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-04-24 16:20:05 +08:00
|
|
|
|
2017-06-07 17:17:41 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_and_s32
|
|
|
|
# CHECK-LABEL: name: test_and_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_AND %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-06-07 17:17:41 +08:00
|
|
|
|
2017-06-07 18:14:23 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_or_s32
|
|
|
|
# CHECK-LABEL: name: test_or_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_OR %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-06-07 18:14:23 +08:00
|
|
|
|
2017-06-07 19:57:30 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_xor_s32
|
|
|
|
# CHECK-LABEL: name: test_xor_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_XOR %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-06-07 19:57:30 +08:00
|
|
|
|
2017-10-06 22:52:43 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_lshr_s32
|
|
|
|
# CHECK-LABEL: name: test_lshr_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_LSHR %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-10-06 22:52:43 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_ashr_s32
|
|
|
|
# CHECK-LABEL: name: test_ashr_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_ASHR %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-10-06 22:52:43 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_shl_s32
|
|
|
|
# CHECK-LABEL: name: test_shl_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s32) = G_SHL %0, %1
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-10-06 22:52:43 +08:00
|
|
|
|
2017-01-25 16:47:40 +08:00
|
|
|
...
|
2017-02-02 21:00:24 +08:00
|
|
|
---
|
|
|
|
name: test_loads
|
|
|
|
# CHECK-LABEL: name: test_loads
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 3, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 4, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 5, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 6, class: fprb, preferred-register: '' }
|
2017-02-02 21:00:24 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
- { id: 4, class: _ }
|
2017-02-02 21:20:49 +08:00
|
|
|
- { id: 5, class: _ }
|
2017-02-16 18:12:49 +08:00
|
|
|
- { id: 6, class: _ }
|
2017-02-02 21:00:24 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0
|
|
|
|
%0(p0) = COPY %r0
|
2017-02-18 02:50:15 +08:00
|
|
|
%6(s64) = G_LOAD %0 :: (load 8)
|
|
|
|
%1(s32) = G_LOAD %0 :: (load 4)
|
|
|
|
%2(s16) = G_LOAD %0 :: (load 2)
|
|
|
|
%3(s8) = G_LOAD %0 :: (load 1)
|
|
|
|
%4(s1) = G_LOAD %0 :: (load 1)
|
2017-02-24 21:27:55 +08:00
|
|
|
%5(p0) = G_LOAD %0 :: (load 4)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-02-02 21:00:24 +08:00
|
|
|
|
2017-02-24 21:07:25 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_stores
|
|
|
|
# CHECK-LABEL: name: test_stores
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 3, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 4, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 5, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 6, class: fprb, preferred-register: '' }
|
2017-02-24 21:07:25 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
- { id: 4, class: _ }
|
|
|
|
- { id: 5, class: _ }
|
|
|
|
- { id: 6, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2017-10-24 06:53:08 +08:00
|
|
|
liveins: %r0, %r1, %r5, %d6
|
2017-02-24 21:07:25 +08:00
|
|
|
%0(p0) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
G_STORE %1(s32), %0 :: (store 4)
|
2017-10-24 06:53:08 +08:00
|
|
|
%2(s16) = G_TRUNC %1(s32)
|
2017-02-24 21:07:25 +08:00
|
|
|
G_STORE %2(s16), %0 :: (store 2)
|
2017-10-24 06:53:08 +08:00
|
|
|
%3(s8) = G_TRUNC %1(s32)
|
2017-02-24 21:07:25 +08:00
|
|
|
G_STORE %3(s8), %0 :: (store 1)
|
2017-10-24 06:53:08 +08:00
|
|
|
%4(s1) = G_TRUNC %1(s32)
|
2017-02-24 21:07:25 +08:00
|
|
|
G_STORE %4(s1), %0 :: (store 1)
|
|
|
|
%5(p0) = COPY %r5
|
2017-02-24 21:27:55 +08:00
|
|
|
G_STORE %5(p0), %0 :: (store 4)
|
2017-02-24 21:07:25 +08:00
|
|
|
%6(s64) = COPY %d6
|
|
|
|
G_STORE %6(s64), %0 :: (store 8)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-02-24 21:07:25 +08:00
|
|
|
|
2017-03-13 22:28:34 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_stack
|
|
|
|
# CHECK-LABEL: name: test_stack
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 3, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 4, class: gprb, preferred-register: '' }
|
2017-03-13 22:28:34 +08:00
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
- { id: 4, class: _ }
|
|
|
|
fixedStack:
|
|
|
|
- { id: 0, offset: 0, size: 4, alignment: 4, isImmutable: true, isAliased: false }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
%0(p0) = G_FRAME_INDEX %fixed-stack.0
|
|
|
|
%1(s32) = G_LOAD %0(p0) :: (load 4 from %fixed-stack.0, align 0)
|
|
|
|
|
|
|
|
%2(p0) = COPY %sp
|
|
|
|
%3(s32) = G_CONSTANT i32 8
|
|
|
|
%4(p0) = G_GEP %2, %3(s32)
|
|
|
|
G_STORE %1(s32), %4(p0) :: (store 4)
|
|
|
|
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg
|
2017-03-13 22:28:34 +08:00
|
|
|
|
2017-02-02 21:00:24 +08:00
|
|
|
...
|
2017-02-08 21:23:04 +08:00
|
|
|
---
|
2017-02-28 17:35:10 +08:00
|
|
|
name: test_gep
|
|
|
|
# CHECK-LABEL: name: test_gep
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-02-28 17:35:10 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(p0) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(p0) = G_GEP %0, %1(s32)
|
|
|
|
%r0 = COPY %2(p0)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-02-28 17:35:10 +08:00
|
|
|
...
|
|
|
|
---
|
2017-02-28 20:13:58 +08:00
|
|
|
name: test_constants
|
|
|
|
# CHECK-LABEL: name: test_constants
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
2017-02-28 20:13:58 +08:00
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
%0(s32) = G_CONSTANT 42
|
|
|
|
%r0 = COPY %0(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-02-28 20:13:58 +08:00
|
|
|
...
|
|
|
|
---
|
2017-12-22 21:05:51 +08:00
|
|
|
name: test_inttoptr_s32
|
|
|
|
# CHECK-LABEL: name: test_inttoptr_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(p0) = G_INTTOPTR %0(s32)
|
|
|
|
%r0 = COPY %1(p0)
|
|
|
|
BX_RET 14, %noreg, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_ptrtoint_s32
|
|
|
|
# CHECK-LABEL: name: test_ptrtoint_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
%0(p0) = COPY %r0
|
|
|
|
%1(s32) = G_PTRTOINT %0(p0)
|
|
|
|
%r0 = COPY %1(s32)
|
|
|
|
BX_RET 14, %noreg, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
2017-07-26 19:01:13 +08:00
|
|
|
name: test_globals
|
|
|
|
# CHECK-LABEL: name: test_globals
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
%0(p0) = G_GLOBAL_VALUE @a_global
|
|
|
|
%r0 = COPY %0(p0)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-07-26 19:01:13 +08:00
|
|
|
...
|
|
|
|
---
|
2017-05-11 16:28:31 +08:00
|
|
|
name: test_anyext_s8_32
|
|
|
|
# CHECK-LABEL: name: test_anyext_s8_32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
2017-10-24 06:53:08 +08:00
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-05-11 16:28:31 +08:00
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
2017-10-24 06:53:08 +08:00
|
|
|
- { id: 2, class: _ }
|
2017-05-11 16:28:31 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0
|
|
|
|
|
2017-10-24 06:53:08 +08:00
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s8) = G_TRUNC %0(s32)
|
|
|
|
%2(s32) = G_ANYEXT %1(s8)
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-05-11 16:28:31 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_anyext_s16_32
|
|
|
|
# CHECK-LABEL: name: test_anyext_s16_32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
2017-10-24 06:53:08 +08:00
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-05-11 16:28:31 +08:00
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
2017-10-24 06:53:08 +08:00
|
|
|
- { id: 2, class: _ }
|
2017-05-11 16:28:31 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0
|
|
|
|
|
2017-10-24 06:53:08 +08:00
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s16) = G_TRUNC %0(s32)
|
|
|
|
%2(s32) = G_ANYEXT %1(s16)
|
|
|
|
%r0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-05-11 16:28:31 +08:00
|
|
|
...
|
|
|
|
---
|
2017-04-21 21:16:50 +08:00
|
|
|
name: test_trunc_s32_16
|
|
|
|
# CHECK-LABEL: name: test_trunc_s32_16
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
2017-10-24 06:53:08 +08:00
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-04-21 21:16:50 +08:00
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
2017-10-24 06:53:08 +08:00
|
|
|
- { id: 2, class: _ }
|
2017-04-21 21:16:50 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2017-10-24 06:53:08 +08:00
|
|
|
liveins: %r0, %r1
|
2017-04-21 21:16:50 +08:00
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
2017-10-24 06:53:08 +08:00
|
|
|
%2(p0) = COPY %r1
|
2017-04-21 21:16:50 +08:00
|
|
|
%1(s16) = G_TRUNC %0(s32)
|
2017-10-24 06:53:08 +08:00
|
|
|
G_STORE %1(s16), %2 :: (store 2)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg
|
2017-04-21 21:16:50 +08:00
|
|
|
...
|
|
|
|
---
|
2017-12-20 19:27:10 +08:00
|
|
|
name: test_trunc_s64_32
|
|
|
|
# CHECK-LABEL: name: test_trunc_s64_32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %d0
|
|
|
|
|
|
|
|
%0(s64) = COPY %d0
|
|
|
|
%2(p0) = COPY %r0
|
|
|
|
%1(s32) = G_TRUNC %0(s64)
|
|
|
|
G_STORE %1(s32), %2 :: (store 4)
|
|
|
|
BX_RET 14, %noreg
|
|
|
|
...
|
|
|
|
---
|
2017-06-19 17:40:51 +08:00
|
|
|
name: test_icmp_eq_s32
|
|
|
|
# CHECK-LABEL: name: test_icmp_eq_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-10-24 06:53:08 +08:00
|
|
|
# CHECK: - { id: 3, class: gprb, preferred-register: '' }
|
2017-06-19 17:40:51 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
|
|
|
%2(s1) = G_ICMP intpred(eq), %0(s32), %1
|
|
|
|
%3(s32) = G_ZEXT %2(s1)
|
|
|
|
%r0 = COPY %3(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-06-19 17:40:51 +08:00
|
|
|
|
2017-07-06 17:57:46 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fcmp_one_s32
|
|
|
|
# CHECK-LABEL: name: test_fcmp_one_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-10-24 06:53:08 +08:00
|
|
|
# CHECK: - { id: 3, class: gprb, preferred-register: '' }
|
2017-07-06 17:57:46 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %s0, %s1
|
|
|
|
|
|
|
|
%0(s32) = COPY %s0
|
|
|
|
%1(s32) = COPY %s1
|
|
|
|
%2(s1) = G_FCMP floatpred(one), %0(s32), %1
|
|
|
|
%3(s32) = G_ZEXT %2(s1)
|
|
|
|
%r0 = COPY %3(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-07-06 17:57:46 +08:00
|
|
|
|
2017-07-11 19:47:45 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fcmp_ugt_s64
|
|
|
|
# CHECK-LABEL: name: test_fcmp_ugt_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
2017-10-24 06:53:08 +08:00
|
|
|
# CHECK: - { id: 3, class: gprb, preferred-register: '' }
|
2017-07-11 19:47:45 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %d0, %d1
|
|
|
|
|
|
|
|
%0(s64) = COPY %d0
|
|
|
|
%1(s64) = COPY %d1
|
|
|
|
%2(s1) = G_FCMP floatpred(ugt), %0(s64), %1
|
|
|
|
%3(s32) = G_ZEXT %2(s1)
|
|
|
|
%r0 = COPY %3(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-07-11 19:47:45 +08:00
|
|
|
|
2017-06-27 17:19:51 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_select_s32
|
|
|
|
# CHECK-LABEL: name: test_select_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 3, class: gprb, preferred-register: '' }
|
2017-10-24 06:53:08 +08:00
|
|
|
# CHECK: - { id: 4, class: gprb, preferred-register: '' }
|
2017-06-27 17:19:51 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
2017-10-24 06:53:08 +08:00
|
|
|
- { id: 4, class: _ }
|
2017-06-27 17:19:51 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1, %r2
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
2017-10-24 06:53:08 +08:00
|
|
|
%2(s32) = COPY %r2
|
|
|
|
%3(s1) = G_TRUNC %2(s32)
|
|
|
|
%4(s32) = G_SELECT %3(s1), %0, %1
|
|
|
|
%r0 = COPY %4(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0
|
2017-06-27 17:19:51 +08:00
|
|
|
|
2017-07-13 19:09:34 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_br
|
|
|
|
# CHECK-LABEL: name: test_br
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
# CHECK: regBankSelected: true
|
|
|
|
selected: false
|
2017-07-14 17:46:06 +08:00
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
2017-10-24 06:53:08 +08:00
|
|
|
- { id: 1, class: _ }
|
2017-07-14 17:46:06 +08:00
|
|
|
# CHECK: { id: 0, class: gprb, preferred-register: '' }
|
2017-10-24 06:53:08 +08:00
|
|
|
# CHECK: { id: 1, class: gprb, preferred-register: '' }
|
2017-07-14 17:46:06 +08:00
|
|
|
# Check that we map the condition of the G_BRCOND into the GPR.
|
|
|
|
# For the G_BR, there are no registers to map, but make sure we don't crash.
|
2017-07-13 19:09:34 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2017-07-14 17:46:06 +08:00
|
|
|
successors: %bb.1(0x40000000), %bb.2(0x40000000)
|
|
|
|
liveins: %r0
|
|
|
|
|
2017-10-24 06:53:08 +08:00
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s1) = G_TRUNC %0(s32)
|
|
|
|
G_BRCOND %1(s1), %bb.1
|
2017-07-14 17:46:06 +08:00
|
|
|
G_BR %bb.2
|
2017-07-13 19:09:34 +08:00
|
|
|
|
|
|
|
bb.1:
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg
|
2017-07-13 19:09:34 +08:00
|
|
|
|
2017-07-14 17:46:06 +08:00
|
|
|
bb.2:
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg
|
2017-07-13 19:09:34 +08:00
|
|
|
|
2017-06-19 17:40:51 +08:00
|
|
|
...
|
|
|
|
---
|
2018-01-04 21:09:20 +08:00
|
|
|
name: test_phi_s32
|
|
|
|
# CHECK-LABEL: name: test_phi_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
# CHECK: regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
tracksRegLiveness: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
- { id: 4, class: _ }
|
|
|
|
# CHECK: { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: { id: 2, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: { id: 3, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: { id: 4, class: gprb, preferred-register: '' }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
successors: %bb.1(0x40000000), %bb.2(0x40000000)
|
|
|
|
liveins: %r0, %r1, %r2
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s1) = G_TRUNC %0(s32)
|
|
|
|
|
|
|
|
%2(s32) = COPY %r1
|
|
|
|
%3(s32) = COPY %r2
|
|
|
|
|
|
|
|
G_BRCOND %1(s1), %bb.1
|
|
|
|
G_BR %bb.2
|
|
|
|
|
|
|
|
bb.1:
|
|
|
|
successors: %bb.2(0x80000000)
|
|
|
|
|
|
|
|
bb.2:
|
|
|
|
%4(s32) = G_PHI %2(s32), %bb.0, %3(s32), %bb.1
|
|
|
|
%r0 = COPY %4(s32)
|
|
|
|
BX_RET 14, %noreg, implicit %r0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_phi_s64
|
|
|
|
# CHECK-LABEL: name: test_phi_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
# CHECK: regBankSelected: true
|
|
|
|
selected: false
|
|
|
|
tracksRegLiveness: true
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
- { id: 4, class: _ }
|
|
|
|
# CHECK: { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: { id: 2, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: { id: 3, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: { id: 4, class: fprb, preferred-register: '' }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
successors: %bb.1(0x40000000), %bb.2(0x40000000)
|
|
|
|
liveins: %r0, %d0, %d1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s1) = G_TRUNC %0(s32)
|
|
|
|
|
|
|
|
%2(s64) = COPY %d0
|
|
|
|
%3(s64) = COPY %d1
|
|
|
|
|
|
|
|
G_BRCOND %1(s1), %bb.1
|
|
|
|
G_BR %bb.2
|
|
|
|
|
|
|
|
bb.1:
|
|
|
|
successors: %bb.2(0x80000000)
|
|
|
|
|
|
|
|
bb.2:
|
|
|
|
%4(s64) = G_PHI %2(s64), %bb.0, %3(s64), %bb.1
|
|
|
|
%d0 = COPY %4(s64)
|
|
|
|
BX_RET 14, %noreg, implicit %d0
|
|
|
|
...
|
|
|
|
---
|
2017-02-08 21:23:04 +08:00
|
|
|
name: test_fadd_s32
|
|
|
|
# CHECK-LABEL: name: test_fadd_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
2017-02-08 21:23:04 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2017-02-16 18:12:49 +08:00
|
|
|
liveins: %s0, %s1
|
2017-02-08 21:23:04 +08:00
|
|
|
|
|
|
|
%0(s32) = COPY %s0
|
|
|
|
%1(s32) = COPY %s1
|
|
|
|
%2(s32) = G_FADD %0, %1
|
|
|
|
%s0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %s0
|
2017-02-16 18:12:49 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fadd_s64
|
|
|
|
# CHECK-LABEL: name: test_fadd_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
2017-02-16 18:12:49 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %d0, %d1
|
|
|
|
|
|
|
|
%0(s64) = COPY %d0
|
|
|
|
%1(s64) = COPY %d1
|
|
|
|
%2(s64) = G_FADD %0, %1
|
|
|
|
%d0 = COPY %2(s64)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %d0
|
2017-02-16 18:12:49 +08:00
|
|
|
|
2017-10-30 21:51:56 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fsub_s32
|
|
|
|
# CHECK-LABEL: name: test_fsub_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %s0, %s1
|
|
|
|
|
|
|
|
%0(s32) = COPY %s0
|
|
|
|
%1(s32) = COPY %s1
|
|
|
|
%2(s32) = G_FSUB %0, %1
|
|
|
|
%s0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %s0
|
2017-10-30 21:51:56 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fsub_s64
|
|
|
|
# CHECK-LABEL: name: test_fsub_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %d0, %d1
|
|
|
|
|
|
|
|
%0(s64) = COPY %d0
|
|
|
|
%1(s64) = COPY %d1
|
|
|
|
%2(s64) = G_FSUB %0, %1
|
|
|
|
%d0 = COPY %2(s64)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %d0
|
2017-10-30 21:51:56 +08:00
|
|
|
|
2017-11-23 20:44:20 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fmul_s32
|
|
|
|
# CHECK-LABEL: name: test_fmul_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %s0, %s1
|
|
|
|
|
|
|
|
%0(s32) = COPY %s0
|
|
|
|
%1(s32) = COPY %s1
|
|
|
|
%2(s32) = G_FMUL %0, %1
|
|
|
|
%s0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %s0
|
2017-11-23 20:44:20 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fmul_s64
|
|
|
|
# CHECK-LABEL: name: test_fmul_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %d0, %d1
|
|
|
|
|
|
|
|
%0(s64) = COPY %d0
|
|
|
|
%1(s64) = COPY %d1
|
|
|
|
%2(s64) = G_FMUL %0, %1
|
|
|
|
%d0 = COPY %2(s64)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %d0
|
2017-11-23 20:44:20 +08:00
|
|
|
|
2017-11-23 21:26:07 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fdiv_s32
|
|
|
|
# CHECK-LABEL: name: test_fdiv_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %s0, %s1
|
|
|
|
|
|
|
|
%0(s32) = COPY %s0
|
|
|
|
%1(s32) = COPY %s1
|
|
|
|
%2(s32) = G_FDIV %0, %1
|
|
|
|
%s0 = COPY %2(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %s0
|
2017-11-23 21:26:07 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fdiv_s64
|
|
|
|
# CHECK-LABEL: name: test_fdiv_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %d0, %d1
|
|
|
|
|
|
|
|
%0(s64) = COPY %d0
|
|
|
|
%1(s64) = COPY %d1
|
|
|
|
%2(s64) = G_FDIV %0, %1
|
|
|
|
%d0 = COPY %2(s64)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %d0
|
2017-11-23 21:26:07 +08:00
|
|
|
|
2017-02-16 18:12:49 +08:00
|
|
|
...
|
2017-02-16 19:00:31 +08:00
|
|
|
---
|
|
|
|
name: test_soft_fp_s64
|
|
|
|
# CHECK-LABEL: name: test_soft_fp_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
2017-06-06 16:16:19 +08:00
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 2, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 3, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 4, class: gprb, preferred-register: '' }
|
2017-02-16 19:00:31 +08:00
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
- { id: 4, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins: %r0, %r1
|
|
|
|
|
|
|
|
%0(s32) = COPY %r0
|
|
|
|
%1(s32) = COPY %r1
|
2017-06-07 20:35:05 +08:00
|
|
|
%2(s64) = G_MERGE_VALUES %0(s32), %1(s32)
|
|
|
|
%3(s32), %4(s32) = G_UNMERGE_VALUES %2(s64)
|
2017-02-16 19:00:31 +08:00
|
|
|
%r0 = COPY %3(s32)
|
|
|
|
%r1 = COPY %4(s32)
|
2017-12-01 00:12:24 +08:00
|
|
|
BX_RET 14, %noreg, implicit %r0, implicit %r1
|
2017-02-08 21:23:04 +08:00
|
|
|
|
|
|
|
...
|