[LLVMdev] SparcV9 branches
Brent Monroe
bmmonroe at uiuc.edu
Mon Feb 28 19:39:49 PST 2005
Hi,
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.
Thanks,
Brent
More information about the llvm-dev
mailing list