[LLVMdev] Inserting nodes into SelectionDAG (X86)

Artjom Kochtchi artjom.kochtchi at googlemail.com
Sun Jul 5 08:12:30 PDT 2009




Artjom Kochtchi wrote:
> 4) The ISD::BR_CC instruction requires to be passed a MachineBasicBlock.
> Obviously, the uninitialized pointer in my example won't work. Is there
> any way to access any MBB in the Program from X86ISelLowering::LowerCALL?
Well, okay, I could create it somewhere and put it into some static variable
to access from everywhere. But is there some more elegant way to access
basic blocks?
-- 
View this message in context: http://www.nabble.com/Inserting-nodes-into-SelectionDAG-%28X86%29-tp24211066p24343957.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.




More information about the llvm-dev mailing list