[LLVMdev] SparcV9 branches

Chris Lattner sabre at nondot.org
Mon Feb 28 20:39:44 PST 2005


On Mon, 28 Feb 2005, Brent Monroe wrote:
> I need to generate a branch instruction from within
> CodeGenIntrinsic in SparcV9BurgISel.cpp.  I generate a few
> instructions and add them to the mvec vector, and then I need
> to generate a branch whose target is the first instruction in
> the vector.
>
> I've seen how other portions of the code do this, but they
> have access to more information than CodeGenIntrinsic.

I don't think there is any way to do this in the V9 backend, but maybe 
Vikram knows a way.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/




More information about the llvm-dev mailing list