[LLVMdev] Using branches in lowered operations

Javier Martinez javier at jmartinez.org
Thu Dec 10 11:46:14 PST 2009


Hello,

My expansion for an operation uses if and loops. How do I introduce
branches in the target lowering stage? Do I have to create basic blocks,
add the instructions to them and and add them to the machine function's
basic block list?

Thanks,
Javier



More information about the llvm-dev mailing list