2020-04-15 07:02:25 +08:00
|
|
|
# RUN: llc -debugify-and-strip-all-safe=0 -mtriple arm-- -run-pass=regbankselect %s -o - | FileCheck %s
|
|
|
|
# RUN: llc -debugify-and-strip-all-safe=0 -mtriple thumbv7-- -run-pass=regbankselect %s -o - | FileCheck %s
|
2016-12-16 20:54:46 +08:00
|
|
|
--- |
|
|
|
|
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 }
|
|
|
|
|
2018-11-26 19:07:02 +08:00
|
|
|
define void @test_ctlz_s32() #3 { 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 }
|
|
|
|
|
2018-01-10 19:13:31 +08:00
|
|
|
define void @test_fneg_s32() #0 { ret void }
|
|
|
|
define void @test_fneg_s64() #0 { ret void }
|
|
|
|
|
2018-01-12 20:06:01 +08:00
|
|
|
define void @test_fma_s32() #2 { ret void }
|
|
|
|
define void @test_fma_s64() #2 { ret void }
|
|
|
|
|
2018-01-17 22:14:14 +08:00
|
|
|
define void @test_fpext_s32_to_s64() #0 { ret void }
|
|
|
|
define void @test_fptrunc_s64_to_s32() #0 { ret void }
|
|
|
|
|
2019-04-10 17:14:16 +08:00
|
|
|
define void @test_fpconst_s32() #0 { ret void }
|
|
|
|
define void @test_fpconst_s64() #0 { ret void }
|
|
|
|
|
2018-01-30 15:54:58 +08:00
|
|
|
define void @test_fptosi_s32() #0 { ret void }
|
|
|
|
define void @test_fptosi_s64() #0 { ret void }
|
|
|
|
define void @test_fptoui_s32() #0 { ret void }
|
|
|
|
define void @test_fptoui_s64() #0 { ret void }
|
|
|
|
|
2018-01-30 17:15:23 +08:00
|
|
|
define void @test_sitofp_s32() #0 { ret void }
|
|
|
|
define void @test_sitofp_s64() #0 { ret void }
|
|
|
|
define void @test_uitofp_s32() #0 { ret void }
|
|
|
|
define void @test_uitofp_s64() #0 { ret void }
|
|
|
|
|
2017-02-16 19:25:09 +08:00
|
|
|
define void @test_soft_fp_s64() #0 { ret void }
|
|
|
|
|
2019-04-04 18:24:51 +08:00
|
|
|
define void @test_dbg_value() #0 { ret void }
|
|
|
|
|
2017-02-16 19:25:09 +08:00
|
|
|
attributes #0 = { "target-features"="+vfp2"}
|
2019-03-28 18:57:29 +08:00
|
|
|
attributes #1 = { "target-features"="+hwdiv-arm,+hwdiv" }
|
2018-01-12 20:06:01 +08:00
|
|
|
attributes #2 = { "target-features"="+vfp4"}
|
2018-11-26 19:07:02 +08:00
|
|
|
attributes #3 = { "target-features"="+v5t"}
|
2019-04-04 18:24:51 +08:00
|
|
|
|
|
|
|
!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "llvm", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)
|
|
|
|
!1 = !DIFile(filename: "dbg.ll", directory: "/tmp")
|
|
|
|
!2 = !{}
|
|
|
|
!5 = distinct !DISubprogram(name: "test_dbg_value", scope: !1, file: !1, line: 1, type: !6, isLocal: false, isDefinition: true, scopeLine: 1, flags: DIFlagPrototyped, isOptimized: false, unit: !0, retainedNodes: !2)
|
|
|
|
!6 = !DISubroutineType(types: !2)
|
|
|
|
!7 = !DILocalVariable(name: "x", arg: 1, scope: !5, file: !1, line: 1, type: !8)
|
|
|
|
!8 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
|
|
|
|
!9 = !DILocation(line: 1, column: 1, scope: !5)
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2016-12-16 20:54:46 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2016-12-16 20:54:46 +08:00
|
|
|
%2(s32) = G_ADD %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-04-18 20:35:28 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-04-18 20:35:28 +08:00
|
|
|
%2(s32) = G_SUB %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-04-19 15:29:46 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-04-19 15:29:46 +08:00
|
|
|
%2(s32) = G_MUL %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-04-24 16:20:05 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-04-24 16:20:05 +08:00
|
|
|
%2(s32) = G_SDIV %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-04-24 16:20:05 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-04-24 16:20:05 +08:00
|
|
|
%2(s32) = G_UDIV %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-06-07 17:17:41 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-06-07 17:17:41 +08:00
|
|
|
%2(s32) = G_AND %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-06-07 18:14:23 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-06-07 18:14:23 +08:00
|
|
|
%2(s32) = G_OR %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-06-07 19:57:30 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-06-07 19:57:30 +08:00
|
|
|
%2(s32) = G_XOR %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-10-06 22:52:43 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-10-06 22:52:43 +08:00
|
|
|
%2(s32) = G_LSHR %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-10-06 22:52:43 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-10-06 22:52:43 +08:00
|
|
|
%2(s32) = G_ASHR %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-10-06 22:52:43 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-10-06 22:52:43 +08:00
|
|
|
%2(s32) = G_SHL %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
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)
|
2018-02-01 06:04:26 +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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1, $r5, $d6
|
|
|
|
%0(p0) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-02-24 21:07:25 +08:00
|
|
|
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)
|
2018-02-01 06:04:26 +08:00
|
|
|
%5(p0) = COPY $r5
|
2017-02-24 21:27:55 +08:00
|
|
|
G_STORE %5(p0), %0 :: (store 4)
|
2018-02-01 06:04:26 +08:00
|
|
|
%6(s64) = COPY $d6
|
2017-02-24 21:07:25 +08:00
|
|
|
G_STORE %6(s64), %0 :: (store 8)
|
2018-02-01 06:04:26 +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
|
2019-01-31 07:09:28 +08:00
|
|
|
%1(s32) = G_LOAD %0(p0) :: (load 4 from %fixed-stack.0, align 4)
|
2017-03-13 22:28:34 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%2(p0) = COPY $sp
|
2017-03-13 22:28:34 +08:00
|
|
|
%3(s32) = G_CONSTANT i32 8
|
[globalisel] Rename G_GEP to G_PTR_ADD
Summary:
G_GEP is rather poorly named. It's a simple pointer+scalar addition and
doesn't support any of the complexities of getelementptr. I therefore
propose that we rename it. There's a G_PTR_MASK so let's follow that
convention and go with G_PTR_ADD
Reviewers: volkan, aditya_nandakumar, bogner, rovka, arsenm
Subscribers: sdardis, jvesely, wdng, nhaehnle, hiraditya, jrtc27, atanasyan, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69734
2019-11-02 04:18:00 +08:00
|
|
|
%4(p0) = G_PTR_ADD %2, %3(s32)
|
2017-03-13 22:28:34 +08:00
|
|
|
G_STORE %1(s32), %4(p0) :: (store 4)
|
|
|
|
|
2018-02-01 06:04:26 +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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-02-28 17:35:10 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(p0) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
[globalisel] Rename G_GEP to G_PTR_ADD
Summary:
G_GEP is rather poorly named. It's a simple pointer+scalar addition and
doesn't support any of the complexities of getelementptr. I therefore
propose that we rename it. There's a G_PTR_MASK so let's follow that
convention and go with G_PTR_ADD
Reviewers: volkan, aditya_nandakumar, bogner, rovka, arsenm
Subscribers: sdardis, jvesely, wdng, nhaehnle, hiraditya, jrtc27, atanasyan, arphaman, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69734
2019-11-02 04:18:00 +08:00
|
|
|
%2(p0) = G_PTR_ADD %0, %1(s32)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(p0)
|
|
|
|
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:
|
2019-02-05 07:29:31 +08:00
|
|
|
%0(s32) = G_CONSTANT i32 42
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %0(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2017-12-22 21:05:51 +08:00
|
|
|
%1(p0) = G_INTTOPTR %0(s32)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %1(p0)
|
|
|
|
BX_RET 14, $noreg, implicit $r0
|
2017-12-22 21:05:51 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(p0) = COPY $r0
|
2017-12-22 21:05:51 +08:00
|
|
|
%1(s32) = G_PTRTOINT %0(p0)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $r0
|
2017-12-22 21:05:51 +08:00
|
|
|
...
|
|
|
|
---
|
2018-11-26 19:07:02 +08:00
|
|
|
name: test_ctlz_s32
|
|
|
|
# CHECK-LABEL: name: test_ctlz_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(s32) = G_CTLZ %0(s32)
|
|
|
|
$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
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %0(p0)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0
|
2017-05-11 16:28:31 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2017-10-24 06:53:08 +08:00
|
|
|
%1(s8) = G_TRUNC %0(s32)
|
|
|
|
%2(s32) = G_ANYEXT %1(s8)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0
|
2017-05-11 16:28:31 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2017-10-24 06:53:08 +08:00
|
|
|
%1(s16) = G_TRUNC %0(s32)
|
|
|
|
%2(s32) = G_ANYEXT %1(s16)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-04-21 21:16:50 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%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)
|
2018-02-01 06:04:26 +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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $d0
|
2017-12-20 19:27:10 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
|
|
|
%2(p0) = COPY $r0
|
2017-12-20 19:27:10 +08:00
|
|
|
%1(s32) = G_TRUNC %0(s64)
|
|
|
|
G_STORE %1(s32), %2 :: (store 4)
|
2018-02-01 06:04:26 +08:00
|
|
|
BX_RET 14, $noreg
|
2017-12-20 19:27:10 +08:00
|
|
|
...
|
|
|
|
---
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-06-19 17:40:51 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
2017-06-19 17:40:51 +08:00
|
|
|
%2(s1) = G_ICMP intpred(eq), %0(s32), %1
|
|
|
|
%3(s32) = G_ZEXT %2(s1)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %3(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0, $s1
|
2017-07-06 17:57:46 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
|
|
|
%1(s32) = COPY $s1
|
2017-07-06 17:57:46 +08:00
|
|
|
%2(s1) = G_FCMP floatpred(one), %0(s32), %1
|
|
|
|
%3(s32) = G_ZEXT %2(s1)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %3(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0, $d1
|
2017-07-11 19:47:45 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
|
|
|
%1(s64) = COPY $d1
|
2017-07-11 19:47:45 +08:00
|
|
|
%2(s1) = G_FCMP floatpred(ugt), %0(s64), %1
|
|
|
|
%3(s32) = G_ZEXT %2(s1)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %3(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1, $r2
|
2017-06-27 17:19:51 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
|
|
|
%1(s32) = COPY $r1
|
|
|
|
%2(s32) = COPY $r2
|
2017-10-24 06:53:08 +08:00
|
|
|
%3(s1) = G_TRUNC %2(s32)
|
|
|
|
%4(s32) = G_SELECT %3(s1), %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %4(s32)
|
|
|
|
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)
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0
|
2017-07-14 17:46:06 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2017-10-24 06:53:08 +08:00
|
|
|
%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:
|
2018-02-01 06:04:26 +08:00
|
|
|
BX_RET 14, $noreg
|
2017-07-13 19:09:34 +08:00
|
|
|
|
2017-07-14 17:46:06 +08:00
|
|
|
bb.2:
|
2018-02-01 06:04:26 +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)
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1, $r2
|
2018-01-04 21:09:20 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2018-01-04 21:09:20 +08:00
|
|
|
%1(s1) = G_TRUNC %0(s32)
|
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%2(s32) = COPY $r1
|
|
|
|
%3(s32) = COPY $r2
|
2018-01-04 21:09:20 +08:00
|
|
|
|
|
|
|
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
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %4(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $r0
|
2018-01-04 21:09:20 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
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)
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $d0, $d1
|
2018-01-04 21:09:20 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2018-01-04 21:09:20 +08:00
|
|
|
%1(s1) = G_TRUNC %0(s32)
|
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%2(s64) = COPY $d0
|
|
|
|
%3(s64) = COPY $d1
|
2018-01-04 21:09:20 +08:00
|
|
|
|
|
|
|
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
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %4(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $d0
|
2018-01-04 21:09:20 +08:00
|
|
|
...
|
|
|
|
---
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0, $s1
|
2017-02-08 21:23:04 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
|
|
|
%1(s32) = COPY $s1
|
2017-02-08 21:23:04 +08:00
|
|
|
%2(s32) = G_FADD %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0, $d1
|
2017-02-16 18:12:49 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
|
|
|
%1(s64) = COPY $d1
|
2017-02-16 18:12:49 +08:00
|
|
|
%2(s64) = G_FADD %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %2(s64)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0, $s1
|
2017-10-30 21:51:56 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
|
|
|
%1(s32) = COPY $s1
|
2017-10-30 21:51:56 +08:00
|
|
|
%2(s32) = G_FSUB %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0, $d1
|
2017-10-30 21:51:56 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
|
|
|
%1(s64) = COPY $d1
|
2017-10-30 21:51:56 +08:00
|
|
|
%2(s64) = G_FSUB %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %2(s64)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0, $s1
|
2017-11-23 20:44:20 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
|
|
|
%1(s32) = COPY $s1
|
2017-11-23 20:44:20 +08:00
|
|
|
%2(s32) = G_FMUL %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0, $d1
|
2017-11-23 20:44:20 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
|
|
|
%1(s64) = COPY $d1
|
2017-11-23 20:44:20 +08:00
|
|
|
%2(s64) = G_FMUL %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %2(s64)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0, $s1
|
2017-11-23 21:26:07 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
|
|
|
%1(s32) = COPY $s1
|
2017-11-23 21:26:07 +08:00
|
|
|
%2(s32) = G_FDIV %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %2(s32)
|
|
|
|
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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0, $d1
|
2017-11-23 21:26:07 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
|
|
|
%1(s64) = COPY $d1
|
2017-11-23 21:26:07 +08:00
|
|
|
%2(s64) = G_FDIV %0, %1
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %2(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $d0
|
2017-11-23 21:26:07 +08:00
|
|
|
|
2018-01-10 19:13:31 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fneg_s32
|
|
|
|
# CHECK-LABEL: name: test_fneg_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0
|
2018-01-10 19:13:31 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
2018-01-10 19:13:31 +08:00
|
|
|
%1(s32) = G_FNEG %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $s0
|
2018-01-10 19:13:31 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fneg_s64
|
|
|
|
# CHECK-LABEL: name: test_fneg_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0
|
2018-01-10 19:13:31 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
2018-01-10 19:13:31 +08:00
|
|
|
%1(s64) = G_FNEG %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %1(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $d0
|
2018-01-10 19:13:31 +08:00
|
|
|
|
2017-02-16 18:12:49 +08:00
|
|
|
...
|
2017-02-16 19:00:31 +08:00
|
|
|
---
|
2018-01-12 20:06:01 +08:00
|
|
|
name: test_fma_s32
|
|
|
|
# CHECK-LABEL: name: test_fma_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: '' }
|
|
|
|
# CHECK: - { id: 3, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0, $s1, $s2
|
2018-01-12 20:06:01 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
|
|
|
%1(s32) = COPY $s1
|
|
|
|
%2(s32) = COPY $s2
|
2018-01-12 20:06:01 +08:00
|
|
|
%3(s32) = G_FMA %0, %1, %2
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %3(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $s0
|
2018-01-12 20:06:01 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fma_s64
|
|
|
|
# CHECK-LABEL: name: test_fma_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: '' }
|
|
|
|
# CHECK: - { id: 3, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0, $d1, $d2
|
2018-01-12 20:06:01 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
|
|
|
%1(s64) = COPY $d1
|
|
|
|
%2(s64) = COPY $d2
|
2018-01-12 20:06:01 +08:00
|
|
|
%3(s64) = G_FMA %0, %1, %2
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %3(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $d0
|
2018-01-12 20:06:01 +08:00
|
|
|
...
|
|
|
|
---
|
2018-01-17 22:14:14 +08:00
|
|
|
name: test_fpext_s32_to_s64
|
|
|
|
# CHECK-LABEL: name: test_fpext_s32_to_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0
|
2018-01-17 22:14:14 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
2018-01-17 22:14:14 +08:00
|
|
|
%1(s64) = G_FPEXT %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %1(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $d0
|
2018-01-17 22:14:14 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fptrunc_s64_to_s32
|
|
|
|
# CHECK-LABEL: name: test_fptrunc_s64_to_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0
|
2018-01-17 22:14:14 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
2018-01-17 22:14:14 +08:00
|
|
|
%1(s32) = G_FPTRUNC %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $s0
|
2018-01-17 22:14:14 +08:00
|
|
|
...
|
|
|
|
---
|
2019-04-10 17:14:16 +08:00
|
|
|
name: test_fpconst_s32
|
|
|
|
# CHECK-LABEL: name: test_fpconst_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins:
|
|
|
|
|
|
|
|
%0(s32) = G_FCONSTANT float -1.25
|
|
|
|
$s0 = COPY %0(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $s0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fpconst_s64
|
|
|
|
# CHECK-LABEL: name: test_fpconst_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
liveins:
|
|
|
|
|
|
|
|
%0(s64) = G_FCONSTANT double -2.4
|
|
|
|
$d0 = COPY %0(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $d0
|
|
|
|
...
|
|
|
|
---
|
2018-01-30 15:54:58 +08:00
|
|
|
name: test_fptosi_s32
|
|
|
|
# CHECK-LABEL: name: test_fptosi_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0
|
2018-01-30 15:54:58 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
2018-01-30 15:54:58 +08:00
|
|
|
%1(s32) = G_FPTOSI %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $r0
|
2018-01-30 15:54:58 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fptosi_s64
|
|
|
|
# CHECK-LABEL: name: test_fptosi_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0
|
2018-01-30 15:54:58 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
2018-01-30 15:54:58 +08:00
|
|
|
%1(s32) = G_FPTOSI %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $r0
|
2018-01-30 15:54:58 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fptoui_s32
|
|
|
|
# CHECK-LABEL: name: test_fptoui_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $s0
|
2018-01-30 15:54:58 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $s0
|
2018-01-30 15:54:58 +08:00
|
|
|
%1(s32) = G_FPTOUI %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $r0
|
2018-01-30 15:54:58 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_fptoui_s64
|
|
|
|
# CHECK-LABEL: name: test_fptoui_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: fprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: gprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $d0
|
2018-01-30 15:54:58 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s64) = COPY $d0
|
2018-01-30 15:54:58 +08:00
|
|
|
%1(s32) = G_FPTOUI %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $r0
|
2018-01-30 15:54:58 +08:00
|
|
|
...
|
|
|
|
---
|
2018-01-30 17:15:23 +08:00
|
|
|
name: test_sitofp_s32
|
|
|
|
# CHECK-LABEL: name: test_sitofp_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0
|
2018-01-30 17:15:23 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2018-01-30 17:15:23 +08:00
|
|
|
%1(s32) = G_SITOFP %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $s0
|
2018-01-30 17:15:23 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_sitofp_s64
|
|
|
|
# CHECK-LABEL: name: test_sitofp_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0
|
2018-01-30 17:15:23 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2018-01-30 17:15:23 +08:00
|
|
|
%1(s64) = G_SITOFP %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %1(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $d0
|
2018-01-30 17:15:23 +08:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_uitofp_s32
|
|
|
|
# CHECK-LABEL: name: test_uitofp_s32
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0
|
2018-01-30 17:15:23 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2018-01-30 17:15:23 +08:00
|
|
|
%1(s32) = G_UITOFP %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$s0 = COPY %1(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $s0
|
2018-01-30 17:15:23 +08:00
|
|
|
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test_uitofp_s64
|
|
|
|
# CHECK-LABEL: name: test_uitofp_s64
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
# CHECK: registers:
|
|
|
|
# CHECK: - { id: 0, class: gprb, preferred-register: '' }
|
|
|
|
# CHECK: - { id: 1, class: fprb, preferred-register: '' }
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0
|
2018-01-30 17:15:23 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%0(s32) = COPY $r0
|
2018-01-30 17:15:23 +08:00
|
|
|
%1(s64) = G_UITOFP %0
|
2018-02-01 06:04:26 +08:00
|
|
|
$d0 = COPY %1(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $d0
|
2018-01-30 17:15:23 +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:
|
2018-02-01 06:04:26 +08:00
|
|
|
liveins: $r0, $r1
|
2017-02-16 19:00:31 +08:00
|
|
|
|
2018-02-01 06:04:26 +08:00
|
|
|
%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)
|
2018-02-01 06:04:26 +08:00
|
|
|
$r0 = COPY %3(s32)
|
|
|
|
$r1 = COPY %4(s32)
|
|
|
|
BX_RET 14, $noreg, implicit $r0, implicit $r1
|
2017-02-08 21:23:04 +08:00
|
|
|
|
|
|
|
...
|
2019-04-04 18:24:51 +08:00
|
|
|
---
|
|
|
|
name: test_dbg_value
|
|
|
|
# CHECK-LABEL: name: test_dbg_value
|
|
|
|
legalized: true
|
|
|
|
regBankSelected: false
|
|
|
|
selected: false
|
|
|
|
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: _ }
|
|
|
|
- { id: 1, class: _ }
|
|
|
|
- { id: 2, class: _ }
|
|
|
|
- { id: 3, class: _ }
|
2019-05-09 17:49:36 +08:00
|
|
|
- { id: 4, class: _ }
|
|
|
|
- { id: 5, class: _ }
|
2019-04-04 18:24:51 +08:00
|
|
|
body: |
|
|
|
|
bb.0:
|
2019-05-09 17:49:36 +08:00
|
|
|
liveins: $r0, $s1, $d2
|
2019-04-04 18:24:51 +08:00
|
|
|
|
|
|
|
%0(s32) = COPY $r0
|
|
|
|
|
2019-05-09 17:49:36 +08:00
|
|
|
; CHECK: {{%[0-9]+}}:gprb(s32) = G_ADD
|
|
|
|
%1(s32) = G_ADD %0, %0
|
2019-04-04 18:24:51 +08:00
|
|
|
|
2019-05-09 17:49:36 +08:00
|
|
|
; CHECK: DBG_VALUE {{%[0-9]+}}(s32), $noreg
|
|
|
|
DBG_VALUE %1(s32), $noreg, !7, !DIExpression(), debug-location !9
|
2019-04-04 18:24:51 +08:00
|
|
|
|
2019-05-09 17:49:36 +08:00
|
|
|
$r0 = COPY %1(s32)
|
2019-04-04 18:24:51 +08:00
|
|
|
|
2019-05-09 17:49:36 +08:00
|
|
|
%2(s32) = COPY $s1
|
|
|
|
|
|
|
|
; CHECK: {{%[0-9]+}}:fprb(s32) = G_FADD
|
|
|
|
%3(s32) = G_FADD %2, %2
|
|
|
|
|
|
|
|
; CHECK: DBG_VALUE {{%[0-9]+}}(s32), $noreg
|
2019-04-04 18:24:51 +08:00
|
|
|
DBG_VALUE %3(s32), $noreg, !7, !DIExpression(), debug-location !9
|
|
|
|
|
2019-05-09 17:49:36 +08:00
|
|
|
$s1 = COPY %3(s32)
|
|
|
|
|
|
|
|
%4(s64) = COPY $d2
|
|
|
|
|
|
|
|
; CHECK: {{%[0-9]+}}:fprb(s64) = G_FADD
|
|
|
|
%5(s64) = G_FADD %4, %4
|
|
|
|
|
|
|
|
; CHECK: DBG_VALUE {{%[0-9]+}}(s64), $noreg
|
|
|
|
DBG_VALUE %5(s64), $noreg, !7, !DIExpression(), debug-location !9
|
|
|
|
|
|
|
|
$d2 = COPY %5(s64)
|
|
|
|
|
|
|
|
; CHECK: DBG_VALUE i32 42, 0
|
2019-04-04 18:24:51 +08:00
|
|
|
DBG_VALUE i32 42, 0, !7, !DIExpression(), debug-location !9
|
|
|
|
|
2019-05-09 17:49:36 +08:00
|
|
|
; CHECK: DBG_VALUE float 1.000000e+00, 0
|
2019-04-04 18:24:51 +08:00
|
|
|
DBG_VALUE float 1.000000e+00, 0, !7, !DIExpression(), debug-location !9
|
|
|
|
|
2019-05-09 17:49:36 +08:00
|
|
|
; CHECK: DBG_VALUE $noreg, 0
|
2019-04-04 18:24:51 +08:00
|
|
|
DBG_VALUE $noreg, 0, !7, !DIExpression(), debug-location !9
|
|
|
|
|
2019-05-09 17:49:36 +08:00
|
|
|
$d2 = COPY %5(s64)
|
|
|
|
BX_RET 14, $noreg, implicit $r0, implicit $s1, implicit $d2
|
2019-04-04 18:24:51 +08:00
|
|
|
|
|
|
|
...
|