Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Thumb2 / mve-vpt-2-blocks-1-pred.mir
blob074c95986e6da5fbd794ed1b0cf7562107d59f0c
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -run-pass arm-mve-vpt %s -o - | FileCheck %s
4 --- |
5   target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
6   target triple = "thumbv8.1m.main-none-none-eabi"
8   define hidden arm_aapcs_vfpcc <4 x float> @vpt_2_blocks_1_pred(<4 x float> %inactive1, <4 x float> %a, <4 x float> %b, i16 zeroext %p1, i16 zeroext %p2) local_unnamed_addr #0 {
9   entry:
10     ;
11     ; Intentionally left blank, see the MIR sequence below.
12     ;
13     ret <4 x float> %inactive1
14   }
16   attributes #0 = { nounwind readnone "correctly-rounded-divide-sqrt-fp-math"="false" "denormal-fp-math"="preserve-sign" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width"="128" "frame-pointer"="none" "no-infs-fp-math"="true" "no-jump-tables"="false" "no-nans-fp-math"="true" "no-signed-zeros-fp-math"="true" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="generic" "target-features"="+armv8.1-m.main,+hwdiv,+mve.fp,+ras,+thumb-mode" "unsafe-fp-math"="false" "use-soft-float"="false" }
17   attributes #1 = { nounwind readnone }
18   attributes #2 = { nounwind }
20 ...
21 ---
22 name:            vpt_2_blocks_1_pred
23 alignment:       4
24 exposesReturnsTwice: false
25 legalized:       false
26 regBankSelected: false
27 selected:        false
28 failedISel:      false
29 tracksRegLiveness: true
30 hasWinCFI:       false
31 registers:       []
32 liveins:
33   - { reg: '$q0', virtual-reg: '' }
34   - { reg: '$q1', virtual-reg: '' }
35   - { reg: '$q2', virtual-reg: '' }
36   - { reg: '$q5', virtual-reg: '' }
37   - { reg: '$r0', virtual-reg: '' }
38   - { reg: '$r1', virtual-reg: '' }
39 frameInfo:
40   isFrameAddressTaken: false
41   isReturnAddressTaken: false
42   hasStackMap:     false
43   hasPatchPoint:   false
44   stackSize:       0
45   offsetAdjustment: 0
46   maxAlignment:    0
47   adjustsStack:    false
48   hasCalls:        false
49   stackProtector:  ''
50   maxCallFrameSize: 0
51   cvBytesOfCalleeSavedRegisters: 0
52   hasOpaqueSPAdjustment: false
53   hasVAStart:      false
54   hasMustTailInVarArgFunc: false
55   localFrameSize:  0
56   savePoint:       ''
57   restorePoint:    ''
58 fixedStack:      []
59 stack:           []
60 constants:       []
61 body:             |
62   bb.0:
63   liveins: $lr, $q0, $q1, $q2, $q3, $q4, $q5, $r0, $r1, $r2, $r7, $r8, $r9, $r10, $r11, $r12
67     ; CHECK-LABEL: name: vpt_2_blocks_1_pred
68     ; CHECK: successors: %bb.0(0x80000000)
69     ; CHECK: liveins: $lr, $q0, $q1, $q2, $q3, $q4, $q5, $r0, $r1, $r2, $r7, $r8, $r9, $r10, $r11, $r12
70     ; CHECK: renamable $r4 = t2ADDrr renamable $r2, renamable $r10, 14 /* CC::al */, $noreg, $noreg
71     ; CHECK: BUNDLE implicit-def $vpr, implicit-def $q6, implicit-def $d12, implicit-def $s24, implicit-def $s25, implicit-def $d13, implicit-def $s26, implicit-def $s27, implicit $q1, implicit $q5, implicit killed $r4 {
72     ; CHECK:   MVE_VPTv4u32 8, renamable $q1, renamable $q5, 2, implicit-def $vpr
73     ; CHECK:   renamable $q6 = MVE_VLDRBU32 killed renamable $r4, 0, 1, internal renamable $vpr, $noreg
74     ; CHECK: }
75     ; CHECK: renamable $r4 = t2ADDrr renamable $r11, renamable $r10, 14 /* CC::al */, $noreg, $noreg
76     ; CHECK: BUNDLE implicit-def $q7, implicit-def $d14, implicit-def $s28, implicit-def $s29, implicit-def $d15, implicit-def $s30, implicit-def $s31, implicit killed $vpr, implicit killed $r4 {
77     ; CHECK:   MVE_VPST 8, implicit $vpr
78     ; CHECK:   renamable $q7 = MVE_VLDRBU32 killed renamable $r4, 0, 1, killed renamable $vpr, $noreg
79     ; CHECK: }
80     ; CHECK: t2LoopEnd renamable $lr, %bb.0, implicit-def dead $cpsr
81     ; CHECK: t2B %bb.0, 14 /* CC::al */, $noreg
82   renamable $vpr = MVE_VCMPu32 renamable $q1, renamable $q5, 2, 0, $noreg, $noreg
83   renamable $r4 = t2ADDrr renamable $r2, renamable $r10, 14, $noreg, $noreg
84   renamable $q6 = MVE_VLDRBU32 killed renamable $r4, 0, 1, renamable $vpr, $noreg
85   renamable $r4 = t2ADDrr renamable $r11, renamable $r10, 14, $noreg, $noreg
86   renamable $q7 = MVE_VLDRBU32 killed renamable $r4, 0, 1, killed renamable $vpr, $noreg
87   t2LoopEnd renamable $lr, %bb.0, implicit-def dead $cpsr
88   t2B %bb.0, 14, $noreg
90 ...