[llvm-dev] [Sparc] Load address with SETHI

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Fri Apr 15 09:27:00 PDT 2016


On Fri, Apr 15, 2016 at 04:19:58PM +0000, Chris.Dewhurst via llvm-dev wrote:
> Some more information on what I have so far. I'll actually focus on the longjmp side, as the problem is probably easier.
> 
> I need to get the SETHI / OR combination inserted where the comment
> "*** Need to use the SETHI / OR combination here. ***" appears in the
> code below, but I'm not sure that this is done anywhere near this piece
> of code, so I'll include all the relevant parts that I can find of my
> current implementation.

I don't understand what exactly you want to materialize here. Shouldn't
the address of the buffer already be an operand at this point?

Joerg


More information about the llvm-dev mailing list