mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Revert "[ARM] Add CPSR as an implicit use of t2IT"
This reverts commit e58229fded0407f3e4f77cd87bedcd4d35bb7c89. Differential Revision: https://reviews.llvm.org/D75186
This commit is contained in:
parent
35d0c4caae
commit
dce7037b89
@ -3851,7 +3851,7 @@ let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1 in {
|
||||
}
|
||||
|
||||
// IT block
|
||||
let Defs = [ITSTATE], Uses = [CPSR] in
|
||||
let Defs = [ITSTATE] in
|
||||
def t2IT : Thumb2XI<(outs), (ins it_pred:$cc, it_mask:$mask),
|
||||
AddrModeNone, 2, IIC_iALUx,
|
||||
"it$mask\t$cc", "", []>,
|
||||
|
@ -1,5 +1,5 @@
|
||||
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
||||
# RUN: llc -run-pass=arm-cp-islands %s -o - --verify-machineinstrs | FileCheck %s
|
||||
# RUN: llc -run-pass=arm-cp-islands %s -o - | FileCheck %s
|
||||
|
||||
# This test make sure that the constant pool does not keep in the middle of an IT block
|
||||
# when needs to split a block to place them.
|
||||
@ -131,12 +131,12 @@ body: |
|
||||
renamable $r0 = t2MOVi 0, 14, _, _
|
||||
t2CMPri $r0, 32, 14, $noreg, implicit-def $cpsr
|
||||
renamable $r0 = SPACE 200, undef renamable $r0
|
||||
t2IT 0, 1, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 1, implicit-def $itstate
|
||||
renamable $d0 = VLDRD %const.1, 0, 0, $cpsr, implicit $itstate :: (load 8 from constant-pool)
|
||||
renamable $d1 = VLDRD %const.2, 0, 0, $cpsr, implicit $itstate :: (load 8 from constant-pool)
|
||||
renamable $d2 = VLDRD %const.0, 0, 0, $cpsr, implicit $itstate :: (load 8 from constant-pool)
|
||||
$r0 = t2SUBri $r0, 12, 0, $cpsr, $noreg, implicit killed $itstate
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
$sp = tMOVr $r0, 0, $cpsr, implicit $itstate
|
||||
$sp = t2LDMIA_RET $sp, 0, killed $cpsr, def $r4, def $r5, def $r6, def $r7, def $r8, def $r9, def $r10, def $r11, def $pc, implicit killed $d0, implicit killed $d1, implicit killed $d2, implicit $sp, implicit killed $itstate
|
||||
tBL 14, $noreg, &__stack_chk_fail, csr_aapcs, implicit-def dead $lr, implicit $sp, implicit-def $sp
|
||||
|
@ -42,7 +42,7 @@ body: |
|
||||
|
||||
t2CMPri $r0, 32, 14, $noreg, implicit-def $cpsr
|
||||
BUNDLE implicit-def dead $itstate, implicit-def $cpsr, implicit killed $r0, implicit killed $cpsr {
|
||||
t2IT 1, 24, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 1, 24, implicit-def $itstate
|
||||
t2CMPri killed $r0, 9, 1, killed $cpsr, implicit-def $cpsr, implicit internal killed $itstate
|
||||
}
|
||||
t2Bcc %bb.3, 1, killed $cpsr
|
||||
|
@ -33,7 +33,7 @@ body: |
|
||||
; CHECK: $r1 = t2MOVi 0, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2CMNri killed $r0, 78, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: BUNDLE implicit-def dead $itstate, implicit-def $r1, implicit killed $cpsr {
|
||||
; CHECK: t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 12, 8, implicit-def $itstate
|
||||
; CHECK: $r1 = t2MOVi 1, 12 /* CC::gt */, killed $cpsr, $noreg, implicit internal killed $itstate
|
||||
; CHECK: }
|
||||
; CHECK: $r0 = tMOVr killed $r1, 14 /* CC::al */, $noreg
|
||||
@ -41,7 +41,7 @@ body: |
|
||||
$r1 = t2MOVi 0, 14, _, _
|
||||
t2CMNri killed $r0, 78, 14, _, implicit-def $cpsr
|
||||
BUNDLE implicit-def dead $itstate, implicit-def $r1, implicit killed $cpsr {
|
||||
t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 12, 8, implicit-def $itstate
|
||||
$r1 = t2MOVi 1, 12, killed $cpsr, _, implicit internal killed $itstate
|
||||
}
|
||||
$r0 = tMOVr killed $r1, 14, _
|
||||
@ -64,15 +64,14 @@ body: |
|
||||
; CHECK: $r1 = t2MOVi 0, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2CMNri killed $r0, 78, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: BUNDLE implicit-def dead $itstate, implicit-def $r1, implicit killed $cpsr {
|
||||
; CHECK: t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 12, 8, implicit-def $itstate
|
||||
; CHECK: $r1 = t2MOVi 1, 12 /* CC::gt */, killed $cpsr, $noreg, implicit internal killed $itstate
|
||||
; CHECK: }
|
||||
; CHECK: $r0 = tMOVr killed $r1, 14 /* CC::al */, $noreg
|
||||
; CHECK: tBX_RET 14 /* CC::al */, $noreg, implicit killed $r0
|
||||
$r1 = t2MOVi 0, 14, _, _
|
||||
t2CMNri killed $r0, 78, 14, _, implicit-def $cpsr
|
||||
BUNDLE implicit-def dead $itstate, implicit-def $r1, implicit killed $cpsr {
|
||||
t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
BUNDLE implicit-def dead $itstate, implicit-def $r1, implicit killed $cpsr { t2IT 12, 8, implicit-def $itstate
|
||||
$r1 = t2MOVi 1, 12, killed $cpsr, _, internal implicit killed $itstate
|
||||
} $r0 = tMOVr killed $r1, 14, _
|
||||
tBX_RET 14, _, implicit killed $r0
|
||||
|
@ -19,7 +19,7 @@ body: |
|
||||
$r1 = t2MOVi 0, 14, _, _
|
||||
t2CMNri killed $r0, 78, 14, _, implicit-def $cpsr
|
||||
BUNDLE implicit-def dead $itstate, implicit-def $r1, implicit killed $cpsr {
|
||||
t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 12, 8, implicit-def $itstate
|
||||
$r1 = t2MOVi 1, 12, killed $cpsr, _
|
||||
; CHECK: [[@LINE+1]]:14: nested instruction bundles are not allowed
|
||||
BUNDLE {
|
||||
|
@ -38,13 +38,13 @@ body: |
|
||||
; CHECK-LABEL: name: arm_cmplx_conj_f32_mve
|
||||
; CHECK: bb.0:
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2, $r4
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r3, $r4
|
||||
; CHECK: frame-setup tPUSH 14 /* CC::al */, $noreg, killed $r4, killed $lr, implicit-def $sp, implicit $sp
|
||||
; CHECK: frame-setup CFI_INSTRUCTION def_cfa_offset 8
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
; CHECK: renamable $r3, dead $cpsr = tLSLri killed renamable $r2, 1, 14 /* CC::al */, $noreg
|
||||
; CHECK: tCMPi8 renamable $r3, 4, 14 /* CC::al */, $noreg, implicit-def dead $cpsr
|
||||
; FIXME: tLSRi needs to be producing the value in r3
|
||||
; CHECK: $r4 = t2MOVi16 target-flags(arm-lo16) @arm_cmplx_conj_f32_mve.cmplx_conj_sign, 14 /* CC::al */, $noreg
|
||||
; CHECK: $r4 = t2MOVTi16 killed $r4, target-flags(arm-hi16) @arm_cmplx_conj_f32_mve.cmplx_conj_sign, 14 /* CC::al */, $noreg
|
||||
; CHECK: renamable $q0 = nnan ninf nsz MVE_VLDRWU32 killed renamable $r4, 0, 0, $noreg
|
||||
@ -71,7 +71,7 @@ body: |
|
||||
renamable $r12 = t2MOVi 4, 14 /* CC::al */, $noreg, $noreg
|
||||
renamable $r3, dead $cpsr = tLSLri renamable $r2, 1, 14 /* CC::al */, $noreg
|
||||
tCMPi8 renamable $r3, 4, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
$r12 = t2LSLri renamable $r2, 1, 11 /* CC::lt */, killed $cpsr, $noreg, implicit killed renamable $r12, implicit killed $itstate
|
||||
renamable $r2 = t2RSBrs killed renamable $r12, killed renamable $r2, 10, 14 /* CC::al */, $noreg, $noreg
|
||||
$r4 = t2MOVi16 target-flags(arm-lo16) @arm_cmplx_conj_f32_mve.cmplx_conj_sign, 14 /* CC::al */, $noreg
|
||||
|
@ -95,12 +95,11 @@ body: |
|
||||
; CHECK-LABEL: name: dont_ignore_vctp
|
||||
; CHECK: bb.0.entry:
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2, $r7
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r3, $r7
|
||||
; CHECK: frame-setup tPUSH 14 /* CC::al */, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
; CHECK: frame-setup CFI_INSTRUCTION def_cfa_offset 8
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
; CHECK: renamable $r3, dead $cpsr = tLSLri killed renamable $r2, 1, 14 /* CC::al */, $noreg
|
||||
; CHECK: tCMPi8 renamable $r3, 4, 14 /* CC::al */, $noreg, implicit-def dead $cpsr
|
||||
; CHECK: renamable $r2 = tLEApcrel %const.0, 14 /* CC::al */, $noreg
|
||||
; CHECK: renamable $q0 = MVE_VLDRWU32 killed renamable $r2, 0, 0, $noreg :: (load 16 from constant-pool)
|
||||
@ -129,7 +128,7 @@ body: |
|
||||
renamable $r3, dead $cpsr = tLSLri renamable $r2, 1, 14, $noreg
|
||||
renamable $r12 = t2MOVi 4, 14, $noreg, $noreg
|
||||
tCMPi8 renamable $r3, 4, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
$r12 = t2LSLri renamable $r2, 1, 11, killed $cpsr, $noreg, implicit killed renamable $r12, implicit killed $itstate
|
||||
renamable $r2 = t2RSBrs killed renamable $r12, killed renamable $r2, 10, 14, $noreg, $noreg
|
||||
renamable $r12 = t2ADDri killed renamable $r2, 3, 14, $noreg, $noreg
|
||||
|
@ -113,7 +113,7 @@ body: |
|
||||
; CHECK: dead $r7 = frame-setup tMOVr $sp, 14 /* CC::al */, $noreg
|
||||
; CHECK: frame-setup CFI_INSTRUCTION def_cfa_register $r7
|
||||
; CHECK: tCMPi8 renamable $r3, 1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r12 = t2ADDri renamable $r3, 3, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $lr = t2MOVi 1, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -147,7 +147,7 @@ body: |
|
||||
$r7 = frame-setup tMOVr $sp, 14, $noreg
|
||||
frame-setup CFI_INSTRUCTION def_cfa_register $r7
|
||||
tCMPi8 renamable $r3, 1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -106,23 +106,22 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
; CHECK: tCMPi8 renamable $r3, 1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
; CHECK: $lr = MVE_DLSTP_32 renamable $r3
|
||||
; CHECK: bb.1.vector.body:
|
||||
; CHECK: successors: %bb.1(0x7c000000), %bb.2(0x04000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2, $r3
|
||||
; CHECK: renamable $r3, $cpsr = tSUBi8 killed renamable $r3, 4, 14 /* CC::al */, $noreg
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r1, renamable $q0 = MVE_VLDRWU32_post killed renamable $r1, 16, 0, $noreg :: (load 16 from %ir.lsr.iv13, align 4)
|
||||
; CHECK: renamable $r2, renamable $q1 = MVE_VLDRWU32_post killed renamable $r2, 16, 0, $noreg :: (load 16 from %ir.lsr.iv1416, align 4)
|
||||
; CHECK: renamable $q0 = nsw MVE_VADDi32 killed renamable $q1, killed renamable $q0, 0, $noreg, undef renamable $q0
|
||||
; CHECK: renamable $r0 = MVE_VSTRWU32_post killed renamable $q0, killed renamable $r0, 16, 0, killed $noreg :: (store 16 into %ir.lsr.iv1719, align 4)
|
||||
; CHECK: $lr = MVE_LETP killed renamable $lr, %bb.1
|
||||
; CHECK: bb.2.for.cond.cleanup:
|
||||
; CHECK: liveins: $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def dead $itstate, implicit killed $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def dead $itstate
|
||||
; CHECK: tPOP_RET 14 /* CC::al */, $noreg, def $r4, def $pc
|
||||
bb.0.entry:
|
||||
successors: %bb.1(0x80000000)
|
||||
@ -133,8 +132,8 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
tCMPi8 renamable $r3, 1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
tPOP_RET 11, $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
renamable $r12 = t2BICri killed renamable $r12, 3, 14, $noreg, $noreg
|
||||
@ -145,13 +144,13 @@ body: |
|
||||
|
||||
bb.1.vector.body:
|
||||
successors: %bb.1(0x7c000000), %bb.2(0x04000000)
|
||||
liveins: $r0, $r1, $r2, $r3, $r12, $cpsr
|
||||
liveins: $r0, $r1, $r2, $r3, $r12
|
||||
|
||||
renamable $vpr = MVE_VCTP32 renamable $r3, 0, $noreg
|
||||
$lr = tMOVr $r12, 14, $noreg
|
||||
renamable $r12 = nsw t2SUBri killed $r12, 1, 14, $noreg, $noreg
|
||||
renamable $r3, $cpsr = tSUBi8 killed renamable $r3, 4, 14, $noreg
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
MVE_VPST 4, implicit $vpr
|
||||
renamable $r1, renamable $q0 = MVE_VLDRWU32_post killed renamable $r1, 16, 1, renamable $vpr :: (load 16 from %ir.lsr.iv13, align 4)
|
||||
@ -160,12 +159,11 @@ body: |
|
||||
renamable $q0 = nsw MVE_VADDi32 killed renamable $q1, killed renamable $q0, 0, $noreg, undef renamable $q0
|
||||
MVE_VPST 8, implicit $vpr
|
||||
renamable $r0 = MVE_VSTRWU32_post killed renamable $q0, killed renamable $r0, 16, 1, killed renamable $vpr :: (store 16 into %ir.lsr.iv1719, align 4)
|
||||
t2LoopEnd killed renamable $lr, %bb.1, implicit-def $cpsr
|
||||
t2LoopEnd killed renamable $lr, %bb.1, implicit-def dead $cpsr
|
||||
tB %bb.2, 14, $noreg
|
||||
|
||||
bb.2.for.cond.cleanup:
|
||||
liveins: $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 14, $noreg, def $r4, def $pc
|
||||
|
||||
...
|
||||
|
@ -108,7 +108,7 @@ body: |
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2, $r7
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate
|
||||
; CHECK: renamable $r0 = tMOVi8 $noreg, 0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
; CHECK: frame-setup tPUSH 14 /* CC::al */, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
@ -145,7 +145,7 @@ body: |
|
||||
liveins: $r0, $r1, $r2, $lr, $r7
|
||||
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
frame-setup tPUSH 14, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
|
@ -103,7 +103,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
; CHECK: tCMPi8 renamable $r3, 1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r12 = t2ADDri renamable $r3, 3, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $lr = t2MOVi 1, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -134,7 +134,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
tCMPi8 renamable $r3, 1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -111,7 +111,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
; CHECK: tCMPi8 renamable $r3, 1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r12 = t2ADDri renamable $r3, 3, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $lr = t2MOVi 1, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -142,7 +142,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
tCMPi8 renamable $r3, 1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -104,7 +104,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
; CHECK: tCMPi8 renamable $r3, 1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r12 = t2ADDri renamable $r3, 3, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $lr = t2MOVi 1, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -135,7 +135,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
tCMPi8 renamable $r3, 1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -105,7 +105,7 @@ body: |
|
||||
; CHECK: renamable $r3, dead $cpsr = tLSLri renamable $r2, 1, 14 /* CC::al */, $noreg
|
||||
; CHECK: renamable $r12 = t2MOVi 4, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: tCMPi8 killed renamable $r3, 4, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: $r1 = t2ADDri renamable $r0, 3, 11 /* CC::lt */, $noreg, $noreg, implicit $itstate
|
||||
; CHECK: $r3 = t2LSLri renamable $r2, 1, 11 /* CC::lt */, $cpsr, $noreg, implicit renamable $r12, implicit $itstate
|
||||
; CHECK: $r12 = t2LSLri renamable $r3, 1, 11 /* CC::lt */, killed $cpsr, $noreg, implicit killed renamable $r12, implicit killed $itstate
|
||||
@ -139,7 +139,7 @@ body: |
|
||||
renamable $r3, dead $cpsr = tLSLri renamable $r2, 1, 14, $noreg
|
||||
renamable $r12 = t2MOVi 4, 14, $noreg, $noreg
|
||||
tCMPi8 renamable $r3, 4, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
$r1 = t2ADDri killed renamable $r0, 3, 11, $noreg, $noreg, implicit $itstate
|
||||
$r3 = t2LSLri renamable $r2, 1, 11, $cpsr, $noreg, implicit renamable $r12, implicit $itstate
|
||||
$r12 = t2LSLri renamable $r3, 1, 11, killed $cpsr, $noreg, implicit killed renamable $r12, implicit killed $itstate
|
||||
|
@ -133,7 +133,7 @@ body: |
|
||||
renamable $r3, dead $cpsr = tLSLri renamable $r2, 1, 14, $noreg
|
||||
renamable $r12 = t2MOVi 4, 14, $noreg, $noreg
|
||||
tCMPi8 renamable $r3, 4, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
$r12 = t2LSLri renamable $r2, 1, 11, $cpsr, $noreg, implicit renamable $r12, implicit $itstate
|
||||
$r12 = t2LSLri renamable $r2, 1, 11, killed $cpsr, $noreg, implicit killed renamable $r12, implicit killed $itstate
|
||||
renamable $r2 = t2RSBrs killed renamable $r12, killed renamable $r2, 10, 14, $noreg, $noreg
|
||||
|
@ -47,7 +47,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
; CHECK: tCMPi8 renamable $r1, 4, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: renamable $r3 = t2MOVi 4, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: dead $r3 = tMOVr renamable $r1, 11 /* CC::lt */, killed $cpsr, implicit killed renamable $r3, implicit killed $itstate
|
||||
; CHECK: tCMPi8 renamable $r1, 2, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: renamable $r12 = t2MOVi 4, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -62,7 +62,7 @@ body: |
|
||||
; CHECK: liveins: $r0, $r1, $r2, $r12
|
||||
; CHECK: renamable $r4, dead $cpsr = tMOVi8 1, 14 /* CC::al */, $noreg
|
||||
; CHECK: tCMPi8 renamable $r1, 4, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: $r12 = tMOVr renamable $r1, 11 /* CC::lt */, killed $cpsr, implicit killed renamable $r12, implicit killed $itstate
|
||||
; CHECK: renamable $r3 = t2SUBrr renamable $r1, killed renamable $r12, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $r3, dead $cpsr = tADDi8 killed renamable $r3, 3, 14 /* CC::al */, $noreg
|
||||
@ -122,7 +122,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
tCMPi8 renamable $r1, 4, 14, $noreg, implicit-def $cpsr
|
||||
renamable $r3 = t2MOVi 4, 14, $noreg, $noreg
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
$r3 = tMOVr renamable $r1, 11, killed $cpsr, implicit killed renamable $r3, implicit killed $itstate
|
||||
tCMPi8 renamable $r1, 2, 14, $noreg, implicit-def $cpsr
|
||||
renamable $r12 = t2MOVi 4, 14, $noreg, $noreg
|
||||
@ -144,7 +144,7 @@ body: |
|
||||
renamable $r3, dead $cpsr = tADDi8 killed renamable $r3, 3, 14, $noreg
|
||||
tCMPi8 renamable $r1, 4, 14, $noreg, implicit-def $cpsr
|
||||
renamable $lr = nuw nsw t2ADDrs renamable $r4, killed renamable $r3, 19, 14, $noreg, $noreg
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
$r12 = tMOVr renamable $r1, 11, killed $cpsr, implicit killed renamable $r12, implicit killed $itstate
|
||||
renamable $r3 = t2SUBrr renamable $r1, killed renamable $r12, 14, $noreg, $noreg
|
||||
renamable $r3, dead $cpsr = tADDi8 killed renamable $r3, 3, 14, $noreg
|
||||
|
@ -107,7 +107,7 @@ body: |
|
||||
; CHECK: renamable $r3, dead $cpsr = tLSLri renamable $r2, 1, 14 /* CC::al */, $noreg
|
||||
; CHECK: renamable $r12 = t2MOVi 4, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: tCMPi8 renamable $r3, 4, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: $r12 = t2LSLri renamable $r2, 1, 11 /* CC::lt */, $cpsr, $noreg, implicit killed renamable $r12, implicit $itstate
|
||||
; CHECK: $r0 = t2ADDri killed renamable $r0, 42, 11 /* CC::lt */, killed $cpsr, $noreg, implicit killed renamable $r0, implicit killed $itstate
|
||||
; CHECK: renamable $r2 = t2RSBrs killed renamable $r12, killed renamable $r2, 10, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -140,7 +140,7 @@ body: |
|
||||
renamable $r3, dead $cpsr = tLSLri renamable $r2, 1, 14, $noreg
|
||||
renamable $r12 = t2MOVi 4, 14, $noreg, $noreg
|
||||
tCMPi8 renamable $r3, 4, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
$r12 = t2LSLri renamable $r2, 1, 11, $cpsr, $noreg, implicit renamable $r12, implicit $itstate
|
||||
$r0 = t2ADDri renamable $r0, 42, 11, killed $cpsr, $noreg, implicit killed renamable $r0, implicit killed $itstate
|
||||
renamable $r2 = t2RSBrs killed renamable $r12, killed renamable $r2, 10, 14, $noreg, $noreg
|
||||
|
@ -117,7 +117,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
tCMPi8 $r3, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tPOP_RET 0, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r1, dead $cpsr = tSUBi8 killed renamable $r1, 4, 14, $noreg
|
||||
renamable $r2, dead $cpsr = tSUBi8 killed renamable $r2, 4, 14, $noreg
|
||||
|
@ -249,7 +249,7 @@ body: |
|
||||
; CHECK: renamable $r3 = t2CSINC $zr, $zr, 13, implicit killed $cpsr
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: renamable $r3 = t2ANDrr killed renamable $r3, killed renamable $r7, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 12, 8, implicit-def $itstate
|
||||
; CHECK: $r2 = tMOVi8 $noreg, 0, 12 /* CC::gt */, killed $cpsr, implicit killed renamable $r2, implicit killed $itstate
|
||||
; CHECK: renamable $r6 = tADDhirr killed renamable $r6, killed renamable $r3, 14 /* CC::al */, $noreg
|
||||
; CHECK: $lr = t2LEUpdate killed renamable $lr, %bb.2
|
||||
@ -331,7 +331,7 @@ body: |
|
||||
; CHECK: renamable $r2 = t2CSINC $zr, $zr, 13, implicit killed $cpsr
|
||||
; CHECK: tCMPi8 renamable $r1, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: renamable $r2 = t2ANDrr killed renamable $r2, killed renamable $r3, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 12, 8, implicit-def $itstate
|
||||
; CHECK: $r1 = tMOVi8 $noreg, 0, 12 /* CC::gt */, killed $cpsr, implicit killed renamable $r1, implicit killed $itstate
|
||||
; CHECK: renamable $r0 = tADDhirr killed renamable $r0, killed renamable $r2, 14 /* CC::al */, $noreg
|
||||
; CHECK: $lr = t2LEUpdate killed renamable $lr, %bb.10
|
||||
@ -400,7 +400,7 @@ body: |
|
||||
renamable $r3 = t2CSINC $zr, $zr, 13, implicit killed $cpsr
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
renamable $r3 = t2ANDrr killed renamable $r3, killed renamable $r7, 14, $noreg, $noreg
|
||||
t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 12, 8, implicit-def $itstate
|
||||
$r2 = tMOVi8 $noreg, 0, 12, killed $cpsr, implicit killed renamable $r2, implicit killed $itstate
|
||||
renamable $r6 = tADDhirr killed renamable $r6, killed renamable $r3, 14, $noreg
|
||||
t2LoopEnd renamable $lr, %bb.2, implicit-def dead $cpsr
|
||||
@ -503,7 +503,7 @@ body: |
|
||||
renamable $r2 = t2CSINC $zr, $zr, 13, implicit killed $cpsr
|
||||
tCMPi8 renamable $r1, 0, 14, $noreg, implicit-def $cpsr
|
||||
renamable $r2 = t2ANDrr killed renamable $r2, killed renamable $r3, 14, $noreg, $noreg
|
||||
t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 12, 8, implicit-def $itstate
|
||||
$r1 = tMOVi8 $noreg, 0, 12, killed $cpsr, implicit killed renamable $r1, implicit killed $itstate
|
||||
renamable $r0 = tADDhirr killed renamable $r0, killed renamable $r2, 14, $noreg
|
||||
t2LoopEnd renamable $lr, %bb.10, implicit-def dead $cpsr
|
||||
|
@ -107,7 +107,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
; CHECK: renamable $r12 = t2MOVi 0, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2CMPrs killed renamable $r12, renamable $r3, 11, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 0 /* CC::eq */, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r12 = t2LSRri killed renamable $r3, 1, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $r3, dead $cpsr = tMOVi8 0, 14 /* CC::al */, $noreg
|
||||
@ -135,7 +135,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
renamable $r12 = t2MOVi 0, 14, $noreg, $noreg
|
||||
t2CMPrs killed renamable $r12, renamable $r3, 11, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tPOP_RET 0, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2MOVi 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -112,7 +112,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
; CHECK: renamable $r12 = t2MOVi 0, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2CMPrs killed renamable $r12, renamable $r3, 11, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 0 /* CC::eq */, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
; CHECK: $r12 = t2MOVr killed $r3, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $r12 = t2LSRri killed renamable $r12, 1, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -141,7 +141,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
renamable $r12 = t2MOVi 0, 14, $noreg, $noreg
|
||||
t2CMPrs killed renamable $r12, renamable $r3, 11, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tPOP_RET 0, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2MOVi 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -112,7 +112,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
; CHECK: renamable $r12 = t2MOVi 0, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2CMPrs killed renamable $r12, renamable $r3, 11, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 0 /* CC::eq */, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r12 = t2MOVi 3, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $r12 = nuw t2ADDrs killed renamable $r12, renamable $r3, 11, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -145,7 +145,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
renamable $r12 = t2MOVi 0, 14, $noreg, $noreg
|
||||
t2CMPrs killed renamable $r12, renamable $r3, 11, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tPOP_RET 0, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2MOVi 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -121,7 +121,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r4, -8
|
||||
tCMPi8 $r3, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tPOP_RET 0, killed $cpsr, def $r4, def $pc, implicit killed $itstate
|
||||
$lr = tMOVr $r3, 14, $noreg
|
||||
t2DoLoopStart killed $r3
|
||||
|
@ -134,7 +134,7 @@ body: |
|
||||
; CHECK-LOB: renamable $r2 = tLDRi renamable $r0, 1, 14 /* CC::al */, $noreg :: (load 4 from %ir.info2)
|
||||
; CHECK-LOB: renamable $r2 = tLDRHi killed renamable $r2, 1, 14 /* CC::al */, $noreg :: (load 2 from %ir.idx3)
|
||||
; CHECK-LOB: tCMPr killed renamable $r2, renamable $r1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK-LOB: t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK-LOB: t2IT 0, 8, implicit-def $itstate
|
||||
; CHECK-LOB: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
; CHECK-LOB: renamable $r0 = tLDRi killed renamable $r0, 0, 14 /* CC::al */, $noreg :: (load 4 from %ir.next4)
|
||||
; CHECK-LOB: tCBNZ $r0, %bb.8
|
||||
@ -187,7 +187,7 @@ body: |
|
||||
; CHECK-NOLOB: renamable $r2 = tLDRi renamable $r0, 1, 14 /* CC::al */, $noreg :: (load 4 from %ir.info2)
|
||||
; CHECK-NOLOB: renamable $r2 = tLDRHi killed renamable $r2, 1, 14 /* CC::al */, $noreg :: (load 2 from %ir.idx3)
|
||||
; CHECK-NOLOB: tCMPr killed renamable $r2, renamable $r1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK-NOLOB: t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK-NOLOB: t2IT 0, 8, implicit-def $itstate
|
||||
; CHECK-NOLOB: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
; CHECK-NOLOB: renamable $r0 = tLDRi killed renamable $r0, 0, 14 /* CC::al */, $noreg :: (load 4 from %ir.next4)
|
||||
; CHECK-NOLOB: tCMPi8 renamable $r0, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
@ -248,7 +248,7 @@ body: |
|
||||
renamable $r2 = tLDRi renamable $r0, 1, 14, $noreg :: (load 4 from %ir.info2)
|
||||
renamable $r2 = tLDRHi killed renamable $r2, 1, 14, $noreg :: (load 2 from %ir.idx3)
|
||||
tCMPr killed renamable $r2, renamable $r1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
renamable $r0 = tLDRi killed renamable $r0, 0, 14, $noreg :: (load 4 from %ir.next4)
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
|
@ -125,7 +125,7 @@ body: |
|
||||
liveins: $r0, $r2
|
||||
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
renamable $r1 = tUXTH killed renamable $r2, 14, $noreg
|
||||
@ -145,7 +145,7 @@ body: |
|
||||
|
||||
renamable $r0 = tLDRi killed renamable $r0, 0, 14, $noreg :: (load 4 from %ir.next4)
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
t2B %bb.4, 14, $noreg
|
||||
@ -160,7 +160,7 @@ body: |
|
||||
liveins: $r0, $r1
|
||||
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
renamable $r1 = t2LDRSHi12 killed renamable $r1, 0, 14, $noreg :: (load 2 from %ir.data16143)
|
||||
@ -172,11 +172,11 @@ body: |
|
||||
renamable $r2 = tLDRi renamable $r0, 1, 14, $noreg :: (load 4 from %ir.info12)
|
||||
renamable $r2 = tLDRBi killed renamable $r2, 0, 14, $noreg :: (load 1 from %ir.data166, align 2)
|
||||
tCMPr killed renamable $r2, renamable $r1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
renamable $r0 = tLDRi killed renamable $r0, 0, 14, $noreg :: (load 4 from %ir.next205)
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
t2B %bb.2, 14, $noreg
|
||||
|
@ -151,7 +151,7 @@ body: |
|
||||
renamable $r2 = tLDRi renamable $r0, 1, 14, $noreg :: (load 4 from %ir.info2)
|
||||
renamable $r2 = tLDRHi killed renamable $r2, 1, 14, $noreg :: (load 2 from %ir.idx3)
|
||||
tCMPr killed renamable $r2, renamable $r1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
renamable $r0 = tLDRi killed renamable $r0, 0, 14, $noreg :: (load 4 from %ir.next4)
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
|
@ -105,7 +105,7 @@ body: |
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2, $r7
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate
|
||||
; CHECK: renamable $r0 = tMOVi8 $noreg, 0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
; CHECK: frame-setup tPUSH 14 /* CC::al */, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
@ -142,7 +142,7 @@ body: |
|
||||
liveins: $r0, $r1, $r2, $lr, $r7
|
||||
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
frame-setup tPUSH 14, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
|
@ -110,7 +110,7 @@ body: |
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 2, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 2, implicit-def $itstate
|
||||
; CHECK: renamable $r0 = tMOVi8 $noreg, 0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: renamable $r0 = tUXTB killed renamable $r0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
@ -154,7 +154,7 @@ body: |
|
||||
liveins: $r0, $r1, $r2, $lr
|
||||
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 2, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 2, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
renamable $r0 = tUXTB killed renamable $r0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
|
@ -108,7 +108,7 @@ body: |
|
||||
; CHECK: dead $r7 = frame-setup tMOVr $sp, 14 /* CC::al */, $noreg
|
||||
; CHECK: frame-setup CFI_INSTRUCTION def_cfa_register $r7
|
||||
; CHECK: tCMPi8 renamable $r3, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 0 /* CC::eq */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r12 = t2ADDri renamable $r3, 15, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: renamable $lr = t2MOVi 1, 14 /* CC::al */, $noreg, $noreg
|
||||
@ -140,7 +140,7 @@ body: |
|
||||
$r7 = frame-setup tMOVr $sp, 14, $noreg
|
||||
frame-setup CFI_INSTRUCTION def_cfa_register $r7
|
||||
tCMPi8 renamable $r3, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tPOP_RET 0, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 15, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -162,7 +162,7 @@ body: |
|
||||
; CHECK: liveins: $r0, $r1, $r2
|
||||
; CHECK: renamable $r3 = t2ADDrs renamable $r0, renamable $r2, 18, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: tCMPr killed renamable $r3, renamable $r1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 8, 4, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 8, 4, implicit-def $itstate
|
||||
; CHECK: renamable $r3 = t2ADDrs renamable $r1, renamable $r2, 18, 8 /* CC::hi */, $cpsr, $noreg, implicit $itstate
|
||||
; CHECK: tCMPr killed renamable $r3, renamable $r0, 8 /* CC::hi */, killed $cpsr, implicit-def $cpsr, implicit killed $itstate
|
||||
; CHECK: tBcc %bb.6, 8 /* CC::hi */, killed $cpsr
|
||||
@ -195,7 +195,7 @@ body: |
|
||||
; CHECK: liveins: $r2, $r3, $r4, $r7, $r12
|
||||
; CHECK: tCMPr killed renamable $r4, killed renamable $r2, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: $lr = tMOVr killed $r7, 14 /* CC::al */, $noreg
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 0 /* CC::eq */, killed $cpsr, def $r4, def $r5, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: tB %bb.7, 14 /* CC::al */, $noreg
|
||||
; CHECK: bb.6:
|
||||
@ -247,7 +247,7 @@ body: |
|
||||
|
||||
renamable $r3 = t2ADDrs renamable $r0, renamable $r2, 18, 14, $noreg, $noreg
|
||||
tCMPr killed renamable $r3, renamable $r1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 8, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 8, 4, implicit-def $itstate
|
||||
renamable $r3 = t2ADDrs renamable $r1, renamable $r2, 18, 8, $cpsr, $noreg, implicit $itstate
|
||||
tCMPr killed renamable $r3, renamable $r0, 8, killed $cpsr, implicit-def $cpsr, implicit killed $itstate
|
||||
tBcc %bb.6, 8, killed $cpsr
|
||||
@ -287,7 +287,7 @@ body: |
|
||||
|
||||
tCMPr killed renamable $r4, killed renamable $r2, 14, $noreg, implicit-def $cpsr
|
||||
$lr = tMOVr killed $r7, 14, $noreg
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tPOP_RET 0, killed $cpsr, def $r4, def $r5, def $r7, def $pc, implicit killed $itstate
|
||||
tB %bb.7, 14, $noreg
|
||||
|
||||
|
@ -253,12 +253,12 @@ body: |
|
||||
renamable $r4 = tLDRr renamable $r3, $r6, 14, $noreg :: (load 4 from %ir.uglygep12)
|
||||
renamable $r2 = tLDRr renamable $r5, $r6, 14, $noreg :: (load 4 from %ir.uglygep34)
|
||||
tCMPr renamable $r2, renamable $r4, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 12, 1, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 12, 1, implicit-def $itstate
|
||||
tSTRr killed renamable $r4, renamable $r5, $r6, 12, $cpsr, implicit $itstate :: (store 4 into %ir.5)
|
||||
tSTRr killed renamable $r2, renamable $r3, $r6, 12, $cpsr, implicit $itstate :: (store 4 into %ir.uglygep6)
|
||||
renamable $r6 = tADDhirr killed renamable $r6, renamable $r10, 12, $cpsr, implicit $r6, implicit $itstate
|
||||
renamable $r7 = nsw t2SUBrr killed renamable $r7, renamable $r9, 12, $cpsr, $noreg, implicit $r7, implicit killed $itstate
|
||||
t2IT 12, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 12, 8, implicit-def $itstate
|
||||
t2CMPri renamable $r7, -1, 12, killed $cpsr, implicit-def $cpsr, implicit killed $itstate
|
||||
tBcc %bb.8, 12, killed $cpsr
|
||||
tB %bb.5, 14, $noreg
|
||||
|
@ -115,7 +115,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
; CHECK: tCMPi8 $r3, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 0 /* CC::eq */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: renamable $r1, dead $cpsr = tSUBi8 killed renamable $r1, 4, 14 /* CC::al */, $noreg
|
||||
; CHECK: renamable $r2, dead $cpsr = tSUBi8 killed renamable $r2, 4, 14 /* CC::al */, $noreg
|
||||
@ -141,7 +141,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
tCMPi8 $r3, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tPOP_RET 0, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r1, dead $cpsr = tSUBi8 killed renamable $r1, 4, 14, $noreg
|
||||
renamable $r2, dead $cpsr = tSUBi8 killed renamable $r2, 4, 14, $noreg
|
||||
|
@ -141,7 +141,7 @@ body: |
|
||||
liveins: $lr, $r0, $r1, $r2, $r3, $r12
|
||||
|
||||
tCMPi8 killed renamable $r3, 32, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
renamable $r1 = nsw tADDi8 $noreg, killed renamable $r1, 1, 0, killed $cpsr, implicit $r1, implicit killed $itstate
|
||||
|
||||
bb.3.for.inc:
|
||||
|
@ -265,7 +265,7 @@ body: |
|
||||
; CHECK: renamable $r5 = t2CSINC $zr, $zr, 9, implicit killed $cpsr
|
||||
; CHECK: renamable $r5, dead $cpsr = tAND killed renamable $r5, killed renamable $r4, 14 /* CC::al */, $noreg
|
||||
; CHECK: dead renamable $r5, $cpsr = tLSLri killed renamable $r5, 31, 14 /* CC::al */, $noreg
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate
|
||||
; CHECK: renamable $r6 = t2ANDrr killed renamable $r6, killed renamable $r12, 0 /* CC::eq */, $cpsr, $noreg, implicit killed $r6, implicit $itstate
|
||||
; CHECK: dead renamable $r6 = t2LSLri killed renamable $r6, 31, 0 /* CC::eq */, killed $cpsr, def $cpsr, implicit killed $r6, implicit killed $itstate
|
||||
; CHECK: tBcc %bb.4, 0 /* CC::eq */, killed $cpsr
|
||||
@ -400,7 +400,7 @@ body: |
|
||||
renamable $r5 = t2CSINC $zr, $zr, 9, implicit killed $cpsr
|
||||
renamable $r5, dead $cpsr = tAND killed renamable $r5, killed renamable $r4, 14, $noreg
|
||||
dead renamable $r5, $cpsr = tLSLri killed renamable $r5, 31, 14, $noreg
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r6 = t2ANDrr killed renamable $r6, killed renamable $r12, 0, $cpsr, $noreg, implicit $r6, implicit $itstate
|
||||
dead renamable $r6 = t2LSLri killed renamable $r6, 31, 0, killed $cpsr, def $cpsr, implicit killed $r6, implicit killed $itstate
|
||||
tBcc %bb.4, 0, killed $cpsr
|
||||
|
@ -109,7 +109,7 @@ body: |
|
||||
; CHECK: renamable $r3, renamable $r1 = t2LDR_PRE killed renamable $r1, 4, 14 /* CC::al */, $noreg :: (load 4 from %ir.scevgep7)
|
||||
; CHECK: tCMPhir renamable $lr, renamable $r2, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: $lr = t2SUBri killed renamable $lr, 1, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2IT 2, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 2, 8, implicit-def $itstate
|
||||
; CHECK: renamable $r3 = tLSRri $noreg, killed renamable $r3, 1, 2 /* CC::hs */, killed $cpsr, implicit renamable $r3, implicit killed $itstate
|
||||
; CHECK: early-clobber renamable $r0 = t2STR_PRE killed renamable $r3, killed renamable $r0, 4, 14 /* CC::al */, $noreg :: (store 4 into %ir.scevgep4)
|
||||
; CHECK: t2CMPri renamable $lr, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
@ -139,7 +139,7 @@ body: |
|
||||
renamable $r3, renamable $r1 = t2LDR_PRE killed renamable $r1, 4, 14, $noreg :: (load 4 from %ir.scevgep7)
|
||||
tCMPhir renamable $lr, renamable $r2, 14, $noreg, implicit-def $cpsr
|
||||
renamable $lr = t2LoopDec killed renamable $lr, 1
|
||||
t2IT 2, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 2, 8, implicit-def $itstate
|
||||
renamable $r3 = tLSRri $noreg, killed renamable $r3, 1, 2, killed $cpsr, implicit renamable $r3, implicit killed $itstate
|
||||
early-clobber renamable $r0 = t2STR_PRE killed renamable $r3, killed renamable $r0, 4, 14, $noreg :: (store 4 into %ir.scevgep4)
|
||||
t2CMPri renamable $lr, 0, 14, $noreg, implicit-def $cpsr
|
||||
|
@ -109,7 +109,7 @@ body: |
|
||||
; CHECK: renamable $r3, renamable $r1 = t2LDR_PRE killed renamable $r1, 4, 14 /* CC::al */, $noreg :: (load 4 from %ir.scevgep7)
|
||||
; CHECK: tCMPhir renamable $lr, renamable $r2, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: $lr = t2SUBri killed renamable $lr, 1, 14 /* CC::al */, $noreg, $noreg
|
||||
; CHECK: t2IT 2, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 2, 8, implicit-def $itstate
|
||||
; CHECK: renamable $r3 = tLSRri $noreg, killed renamable $r3, 1, 2 /* CC::hs */, killed $cpsr, implicit killed renamable $r3, implicit killed $itstate
|
||||
; CHECK: early-clobber renamable $r0 = t2STR_PRE killed renamable $r3, killed renamable $r0, 4, 14 /* CC::al */, $noreg :: (store 4 into %ir.scevgep4)
|
||||
; CHECK: renamable $lr = tMOVr killed $lr, 14 /* CC::al */, $noreg
|
||||
@ -140,7 +140,7 @@ body: |
|
||||
renamable $r3, renamable $r1 = t2LDR_PRE killed renamable $r1, 4, 14, $noreg :: (load 4 from %ir.scevgep7)
|
||||
tCMPhir renamable $lr, renamable $r2, 14, $noreg, implicit-def $cpsr
|
||||
renamable $lr = t2LoopDec killed renamable $lr, 1
|
||||
t2IT 2, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 2, 8, implicit-def $itstate
|
||||
renamable $r3 = tLSRri $noreg, killed renamable $r3, 1, 2, killed $cpsr, implicit renamable $r3, implicit killed $itstate
|
||||
early-clobber renamable $r0 = t2STR_PRE killed renamable $r3, killed renamable $r0, 4, 14, $noreg :: (store 4 into %ir.scevgep4)
|
||||
renamable $lr = tMOVr $lr, 14, $noreg
|
||||
|
@ -112,7 +112,7 @@ body: |
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2, $r7
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate
|
||||
; CHECK: renamable $r0 = tMOVi8 $noreg, 0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
; CHECK: frame-setup tPUSH 14 /* CC::al */, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
@ -153,7 +153,7 @@ body: |
|
||||
liveins: $r0, $r1, $r2, $lr, $r7
|
||||
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
frame-setup tPUSH 14, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
|
@ -106,7 +106,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
; CHECK: tCMPi8 renamable $r3, 1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: $lr = MVE_DLSTP_32 killed renamable $r3
|
||||
; CHECK: bb.1.vector.body:
|
||||
@ -128,7 +128,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
tCMPi8 renamable $r3, 1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -105,7 +105,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
; CHECK: tCMPi8 renamable $r3, 1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: $lr = MVE_DLSTP_32 killed renamable $r3
|
||||
; CHECK: bb.1.vector.body:
|
||||
@ -127,7 +127,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
tCMPi8 renamable $r3, 1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -105,7 +105,7 @@ body: |
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
; CHECK: frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
; CHECK: tCMPi8 renamable $r3, 1, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 11, 8, implicit-def $itstate
|
||||
; CHECK: tPOP_RET 11 /* CC::lt */, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
; CHECK: $lr = MVE_DLSTP_32 killed renamable $r3
|
||||
; CHECK: bb.1.vector.body:
|
||||
@ -127,7 +127,7 @@ body: |
|
||||
frame-setup CFI_INSTRUCTION offset $lr, -4
|
||||
frame-setup CFI_INSTRUCTION offset $r7, -8
|
||||
tCMPi8 renamable $r3, 1, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 11, 8, implicit-def $itstate
|
||||
tPOP_RET 11, killed $cpsr, def $r7, def $pc, implicit killed $itstate
|
||||
renamable $r12 = t2ADDri renamable $r3, 3, 14, $noreg, $noreg
|
||||
renamable $lr = t2MOVi 1, 14, $noreg, $noreg
|
||||
|
@ -115,7 +115,7 @@ body: |
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 2, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 2, implicit-def $itstate
|
||||
; CHECK: renamable $r0 = t2MOVi16 32767, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: renamable $r0 = tSXTH killed renamable $r0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
@ -162,7 +162,7 @@ body: |
|
||||
liveins: $r0, $r1, $r2, $lr
|
||||
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 2, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 2, implicit-def $itstate
|
||||
renamable $r0 = t2MOVi16 32767, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
renamable $r0 = tSXTH killed renamable $r0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
|
@ -115,7 +115,7 @@ body: |
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 2, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 2, implicit-def $itstate
|
||||
; CHECK: renamable $r0 = t2MOVi16 32767, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: renamable $r0 = tSXTH killed renamable $r0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
@ -162,7 +162,7 @@ body: |
|
||||
liveins: $r0, $r1, $r2, $lr
|
||||
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 2, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 2, implicit-def $itstate
|
||||
renamable $r0 = t2MOVi16 32767, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
renamable $r0 = tSXTH killed renamable $r0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
|
@ -117,7 +117,7 @@ body: |
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2, $r7
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate
|
||||
; CHECK: renamable $r0 = tMOVi8 $noreg, 0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
; CHECK: frame-setup tPUSH 14 /* CC::al */, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
@ -161,7 +161,7 @@ body: |
|
||||
liveins: $r0, $r1, $r2, $lr, $r7
|
||||
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
frame-setup tPUSH 14, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
|
@ -109,7 +109,7 @@ body: |
|
||||
; CHECK: successors: %bb.1(0x80000000)
|
||||
; CHECK: liveins: $lr, $r0, $r1, $r2, $r7
|
||||
; CHECK: tCMPi8 renamable $r2, 0, 14 /* CC::al */, $noreg, implicit-def $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
; CHECK: t2IT 0, 4, implicit-def $itstate
|
||||
; CHECK: renamable $r0 = tMOVi8 $noreg, 0, 0 /* CC::eq */, $cpsr, implicit killed $r0, implicit $itstate
|
||||
; CHECK: tBX_RET 0 /* CC::eq */, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
; CHECK: frame-setup tPUSH 14 /* CC::al */, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
@ -149,7 +149,7 @@ body: |
|
||||
liveins: $r0, $r1, $r2, $lr, $r7
|
||||
|
||||
tCMPi8 renamable $r2, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 4, implicit-def $itstate
|
||||
renamable $r0 = tMOVi8 $noreg, 0, 0, $cpsr, implicit killed $r0, implicit $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit killed $itstate
|
||||
frame-setup tPUSH 14, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
|
||||
|
@ -1,5 +1,5 @@
|
||||
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
||||
# RUN: llc -mtriple=thumbv7m-none-eabi -run-pass=arm-cp-islands -o - %s --verify-machineinstrs | FileCheck %s
|
||||
# RUN: llc -mtriple=thumbv7m-none-eabi -run-pass=arm-cp-islands -o - %s | FileCheck %s
|
||||
|
||||
--- |
|
||||
define i32* @test_simple(i32* %x, i32 %y) { ret i32* %x }
|
||||
@ -315,7 +315,7 @@ body: |
|
||||
liveins: $r0, $r1
|
||||
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
renamable $r1 = t2ADDri killed renamable $r1, 1, 1, $cpsr, $noreg, implicit killed $itstate
|
||||
t2Bcc %bb.1, 0, killed $cpsr
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
||||
# RUN: llc -run-pass=t2-reduce-size %s -o - --verify-machineinstrs | FileCheck %s
|
||||
# RUN: llc -run-pass=t2-reduce-size %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
|
||||
@ -145,7 +145,7 @@ body: |
|
||||
renamable $r0 = tLDRi killed renamable $r0, 0, 14, $noreg :: (load 4 from %ir.next.i.14)
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
BUNDLE implicit-def dead $itstate, implicit killed $cpsr, implicit $r0 {
|
||||
t2IT 0, 8, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 0, 8, implicit-def $itstate
|
||||
tBX_RET 0, killed $cpsr, implicit $r0, implicit internal killed $itstate
|
||||
}
|
||||
|
||||
@ -165,7 +165,7 @@ body: |
|
||||
renamable $r0 = tLDRi killed renamable $r0, 0, 14, $noreg :: (load 4 from %ir.next.i2)
|
||||
tCMPi8 renamable $r0, 0, 14, $noreg, implicit-def $cpsr
|
||||
BUNDLE implicit-def dead $itstate, implicit-def dead $r2, implicit-def $cpsr, implicit $r0, implicit killed $cpsr, implicit $r1 {
|
||||
t2IT 1, 30, implicit-def $itstate, implicit $cpsr
|
||||
t2IT 1, 30, implicit-def $itstate
|
||||
renamable $r2 = tLDRi renamable $r0, 1, 1, $cpsr, implicit internal $itstate :: (load 4 from %ir.info.i.1)
|
||||
renamable $r2 = tLDRHi internal killed renamable $r2, 0, 1, $cpsr, implicit internal killed $r2, implicit internal $itstate :: (load 2 from %ir.data16.i.13)
|
||||
t2TEQrr internal killed renamable $r2, renamable $r1, 1, killed $cpsr, implicit-def $cpsr, implicit internal killed $itstate
|
||||
|
Loading…
x
Reference in New Issue
Block a user