Displaying 2 results from an estimated 2 matches for "bb1_5".
Did you mean:
bb15
2010 Jan 28
2
[LLVMdev] llc generated machine assembly code for NASM
...op Header is
BB1_2
; Inner Loop
mov EAX, DWORD PTR [_gv]
add DWORD PTR [ESP + 4], EAX
dec DWORD PTR [_gv]
jmp $BB1_2
$BB1_4: ; %else
mov DWORD PTR [ESP + 4], 1
jmp $BB1_6
ALIGN 16
$BB1_5: ; %whilebody9
; Loop Depth 1
; Loop Header is
BB1_6
; Inner Loop...
2007 Sep 04
0
[LLVMdev] How to put a pass for last?
...0
The nop right before sethi is one instruction I'm not being able to reach in
my pass.
But there is more:
add %l0, 1, %l0
st %l0, [%i6+-12]
.BB1_2: ! bb8
ld [%i6+-12], %l0
subcc %l0, 1000, %l0
bl .BB1_1 ! bb
nop
.BB1_3: ! bb12
ba .BB1_5 ! bb19
nop
or %g0, 1, %l0
Here both the "ba" and the "nop", that are the 3rd and 2nd last operations
of this snipet, are not reachable.
Could I express myself good enougth?
Is it possible to do what I want?
Do you know what might be the problem?
--
Emil...