Displaying 5 results from an estimated 5 matches for "bb154".
Did you mean:
bb15
2010 Aug 18
2
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
...ng my machine rather heavily.
Any thoughts and hints on debugging this issue would be much appreciated!
I have used llc with these options to produce the output:
llc -O0 -regalloc=fast -relocation-model=pic l.bc -o ll-2.8.s
bhi .LBB8485_455
@ BB#671: @ %bb154
@ in Loop: Header=BB8485_1112
Depth=5
adr r0, #.LJTI8485_1_1
ldr r1, [sp, #3300]
ldr r2, [r0, r1, lsl #2]
...
lots of boring code omitted
...
add pc, r2, r0
.LJTI8485_1_1:
.set .L8485_1_1_set_70,.LBB8...
2010 Aug 18
2
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
...his issue would be much
>> appreciated!
>>
>> I have used llc with these options to produce the output:
>>
>> llc -O0 -regalloc=fast -relocation-model=pic l.bc -o ll-2.8.s
>>
>> bhi .LBB8485_455
>> @ BB#671: @ %bb154
>> @ in Loop: Header=BB8485_1112
>> Depth=5
>> adr r0, #.LJTI8485_1_1
>> ldr r1, [sp, #3300]
>> ldr r2, [r0, r1, lsl #2]
>> ...
>> lots of boring code omitted
>> ...
>>...
2010 Aug 18
0
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
...oughts and hints on debugging this issue would be much
> appreciated!
>
> I have used llc with these options to produce the output:
>
> llc -O0 -regalloc=fast -relocation-model=pic l.bc -o ll-2.8.s
>
> bhi .LBB8485_455
> @ BB#671: @ %bb154
> @ in Loop:
> Header=BB8485_1112
> Depth=5
> adr r0, #.LJTI8485_1_1
> ldr r1, [sp, #3300]
> ldr r2, [r0, r1, lsl #2]
> ...
> lots of boring code omitted
> ...
> add pc, r2, r0
> .LJ...
2010 Aug 18
0
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
...t;> appreciated!
>>>
>>> I have used llc with these options to produce the output:
>>>
>>> llc -O0 -regalloc=fast -relocation-model=pic l.bc -o ll-2.8.s
>>>
>>> bhi .LBB8485_455
>>> @ BB#671: @ %bb154
>>> @ in Loop:
>>> Header=BB8485_1112
>>> Depth=5
>>> adr r0, #.LJTI8485_1_1
>>> ldr r1, [sp, #3300]
>>> ldr r2, [r0, r1, lsl #2]
>>> ...
>>> lots of boring cod...
2006 Oct 30
2
[LLVMdev] Multisource Test Failures?
...'pthread'
gccld: warning: Cannot find library 'ltdl'
gccld: warning: Cannot find library 'm'
Instruction does not dominate all uses!
%bothcond181 = and bool %tmp107.not, %tmp122 ;
<bool> [#uses=3]
br bool %bothcond181, label %bb40, label %bb154
Broken module found, compilation aborted!
make: *** [Output/siod.llvm.bc] Abort trap
?
Is there a way to make bugpoint use gccld (or the equivalent with llc
flags)?
Danke!
-bw