Displaying 1 result from an estimated 1 matches for "_bb2_2".
Did you mean:
bb2_2
2012 Feb 02
0
[LLVMdev] How to improve code generated for 'getelementptr' ?
...mpne R1 , R3
add R5 , R4
bcc24 _BB1_1
sw R2 , R5, 0
;; BB#2: ;; %for.end
b r15
nop
.globl _Init2
_Init2: ;; @Init2
;; BB#0: ;; %entry
cmpeq R0 , R1
bcc24 _BB2_3
nop
;; BB#1:
ldi R2 , 4
_BB2_2: ;; %while.body
;; =>This Inner Loop Header: Depth=1
sw R2 , R0, 0
add R0 , 4
cmpne R1 , R0
bcc24 _BB2_2
nop
_BB2_3: ;; %while.end
b r15
nop
---
For reference, the .ll file:...