[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / Thumb2 / LowOverheadLoops / massive.mir
blobb3a69b57ed5048723fdb30755541359de2b79d95
1 # RUN: llc -mtriple=armv8.1m.main -mattr=+lob -run-pass=arm-low-overhead-loops %s -o - | FileCheck %s
2 # CHECK: for.body:
3 # CHECK-NOT: t2DLS
4 # CHECK-NOT: t2LEUpdate
6 --- |  
7   define dso_local arm_aapcscc void @massive(i32* nocapture %a, i32* nocapture readonly %b, i32* nocapture readonly %c, i32 %N) local_unnamed_addr {
8   entry:
9     %cmp8 = icmp eq i32 %N, 0
10     br i1 %cmp8, label %for.cond.cleanup, label %for.body.preheader
11   
12   for.body.preheader:                               ; preds = %entry
13     %scevgep = getelementptr i32, i32* %a, i32 -1
14     %scevgep4 = getelementptr i32, i32* %c, i32 -1
15     %scevgep8 = getelementptr i32, i32* %b, i32 -1
16     call void @llvm.set.loop.iterations.i32(i32 %N)
17     br label %for.body
18   
19   for.cond.cleanup:                                 ; preds = %for.body, %entry
20     ret void
21   
22   for.body:                                         ; preds = %for.body, %for.body.preheader
23     %lsr.iv9 = phi i32* [ %scevgep8, %for.body.preheader ], [ %scevgep10, %for.body ]
24     %lsr.iv5 = phi i32* [ %scevgep4, %for.body.preheader ], [ %scevgep6, %for.body ]
25     %lsr.iv1 = phi i32* [ %scevgep, %for.body.preheader ], [ %scevgep2, %for.body ]
26     %0 = phi i32 [ %N, %for.body.preheader ], [ %3, %for.body ]
27     %size = call i32 @llvm.arm.space(i32 4096, i32 undef)
28     %scevgep1 = getelementptr i32, i32* %lsr.iv9, i32 1
29     %1 = load i32, i32* %scevgep1, align 4, !tbaa !3
30     %scevgep5 = getelementptr i32, i32* %lsr.iv5, i32 1
31     %2 = load i32, i32* %scevgep5, align 4, !tbaa !3
32     %mul = mul nsw i32 %2, %1
33     %scevgep9 = getelementptr i32, i32* %lsr.iv1, i32 1
34     store i32 %mul, i32* %scevgep9, align 4, !tbaa !3
35     %scevgep2 = getelementptr i32, i32* %lsr.iv1, i32 1
36     %scevgep6 = getelementptr i32, i32* %lsr.iv5, i32 1
37     %scevgep10 = getelementptr i32, i32* %lsr.iv9, i32 1
38     %3 = call i32 @llvm.loop.decrement.reg.i32.i32.i32(i32 %0, i32 1)
39     %4 = icmp ne i32 %3, 0
40     br i1 %4, label %for.body, label %for.cond.cleanup
41   }
42   
43   ; Function Attrs: nounwind
44   declare i32 @llvm.arm.space(i32 immarg, i32) #0
46   ; Function Attrs: noduplicate nounwind
47   declare void @llvm.set.loop.iterations.i32(i32) #1
48   
49   ; Function Attrs: noduplicate nounwind
50   declare i32 @llvm.loop.decrement.reg.i32.i32.i32(i32, i32) #1
51   
52   attributes #0 = { nounwind }
53   attributes #1 = { noduplicate nounwind }
54   
55   !llvm.module.flags = !{!0, !1}
56   !llvm.ident = !{!2}
57   
58   !0 = !{i32 1, !"wchar_size", i32 4}
59   !1 = !{i32 1, !"min_enum_size", i32 4}
60   !2 = !{!"clang version 9.0.0 (http://llvm.org/git/clang.git a9c7c0fc5d468f3d18a5c6beb697ab0d5be2ff4c) (http://llvm.org/git/llvm.git f34bff0c141a04a5182d57e2cfb1e4bc582c81b0)"}
61   !3 = !{!4, !4, i64 0}
62   !4 = !{!"int", !5, i64 0}
63   !5 = !{!"omnipotent char", !6, i64 0}
64   !6 = !{!"Simple C/C++ TBAA"}
66 ...
67 ---
68 name:            massive
69 alignment:       1
70 exposesReturnsTwice: false
71 legalized:       false
72 regBankSelected: false
73 selected:        false
74 failedISel:      false
75 tracksRegLiveness: false
76 hasWinCFI:       false
77 registers:       []
78 liveins:
79   - { reg: '$r0', virtual-reg: '' }
80   - { reg: '$r1', virtual-reg: '' }
81   - { reg: '$r2', virtual-reg: '' }
82   - { reg: '$r3', virtual-reg: '' }
83 frameInfo:
84   isFrameAddressTaken: false
85   isReturnAddressTaken: false
86   hasStackMap:     false
87   hasPatchPoint:   false
88   stackSize:       8
89   offsetAdjustment: 0
90   maxAlignment:    4
91   adjustsStack:    false
92   hasCalls:        false
93   stackProtector:  ''
94   maxCallFrameSize: 0
95   cvBytesOfCalleeSavedRegisters: 0
96   hasOpaqueSPAdjustment: false
97   hasVAStart:      false
98   hasMustTailInVarArgFunc: false
99   localFrameSize:  0
100   savePoint:       ''
101   restorePoint:    ''
102 fixedStack:      []
103 stack:
104   - { id: 0, name: '', type: spill-slot, offset: -4, size: 4, alignment: 4, 
105       stack-id: default, callee-saved-register: '$lr', callee-saved-restored: false, 
106       debug-info-variable: '', debug-info-expression: '', debug-info-location: '' }
107   - { id: 1, name: '', type: spill-slot, offset: -8, size: 4, alignment: 4, 
108       stack-id: default, callee-saved-register: '$r7', callee-saved-restored: true, 
109       debug-info-variable: '', debug-info-expression: '', debug-info-location: '' }
110 callSites:       []
111 constants:       []
112 machineFunctionInfo: {}
113 body:             |
114   bb.0.entry:
115     successors: %bb.1(0x80000000)
116   
117     frame-setup tPUSH 14, $noreg, killed $r7, killed $lr, implicit-def $sp, implicit $sp
118     frame-setup CFI_INSTRUCTION def_cfa_offset 8
119     frame-setup CFI_INSTRUCTION offset $lr, -4
120     frame-setup CFI_INSTRUCTION offset $r7, -8
121     tCMPi8 $r3, 0, 14, $noreg, implicit-def $cpsr
122     t2IT 0, 8, implicit-def $itstate
123     tPOP_RET 0, killed $cpsr, def $r7, def $pc, implicit killed $itstate
124     renamable $r1, dead $cpsr = tSUBi8 killed renamable $r1, 4, 14, $noreg
125     renamable $r2, dead $cpsr = tSUBi8 killed renamable $r2, 4, 14, $noreg
126     renamable $r0, dead $cpsr = tSUBi8 killed renamable $r0, 4, 14, $noreg
127     $lr = tMOVr $r3, 14, $noreg
128     t2DoLoopStart killed $r3
129   
130   bb.1.for.body:
131     successors: %bb.1(0x7c000000), %bb.2(0x04000000)
132   
133     dead renamable $r3 = SPACE 4096, undef renamable $r0
134     renamable $r12, renamable $r1 = t2LDR_PRE killed renamable $r1, 4, 14, $noreg :: (load 4 from %ir.scevgep1, !tbaa !3)
135     renamable $r3, renamable $r2 = t2LDR_PRE killed renamable $r2, 4, 14, $noreg :: (load 4 from %ir.scevgep5, !tbaa !3)
136     renamable $r3 = nsw t2MUL killed renamable $r3, killed renamable $r12, 14, $noreg
137     early-clobber renamable $r0 = t2STR_PRE killed renamable $r3, killed renamable $r0, 4, 14, $noreg :: (store 4 into %ir.scevgep9, !tbaa !3)
138     renamable $lr = t2LoopDec killed renamable $lr, 1
139     t2LoopEnd renamable $lr, %bb.1, implicit-def dead $cpsr
140     tB %bb.2, 14, $noreg
141   
142   bb.2.for.cond.cleanup:
143     tPOP_RET 14, $noreg, def $r7, def $pc