Displaying 4 results from an estimated 4 matches for "in_bounds602".
2008 Jun 12
4
[LLVMdev] Possible miscompilation?
...extsb 14, 14
3007: addi 21, 25, 1
3008: cmplwi 0, 19, 0
3009: beq 0, BB10_235 # null599
3010: BB10_63: # not_null600
3011: lwz 3, 8(19)
3012: cmpw 0, 25, 3
3013: bge 0, BB10_236 # out_of_bounds601
3014: BB10_64: # in_bounds602
3015: add 25, 25, 19
3016: lis 13, 3984
3017: stb 14, 12(25)
3018: ori 4, 13, 7516
3019: li 3, 196
3020: bl trace_bytecode
3021: ori 4, 13, 7784
3022: li 3, 199
3023: addi 27, 27, 1
3024: bl trace_by...
2008 Jun 11
3
[LLVMdev] Possible miscompilation?
Hi all,
I'm trying to figure out a weird bug I'm seeing. I'm hoping it's
something simple in my IR but I can't see anything wrong so I'm
hoping someone here can see something.
I'm using LLVM to compile Java bytecode into native functions.
My code keeps track of the Java local variables in an array of
llvm::Value pointers which get phi'd up at various points. The
2008 Jun 11
0
[LLVMdev] Possible miscompilation?
On 2008-06-11, at 13:16, Gary Benson wrote:
> Duncan Sands wrote:
>
>> Can you please attach IR which can be compiled to an executable
>> (and shows the problem).
>
> I've been generating functions using a builder and then compiling
> them with ExecutionEngine::getPointerToFunction(). Is there some way
> I can get compilable IR from that?
2008 Jun 11
2
[LLVMdev] Possible miscompilation?
Duncan Sands wrote:
> Can you please attach IR which can be compiled
> to an executable (and shows the problem).
I've been generating functions using a builder and then
compiling them with ExecutionEngine::getPointerToFunction().
Is there some way I can get compilable IR from that?
Cheers,
Gary
--
http://gbenson.net/