[LLVMdev] Splitting basic blocks while preserving machine code

Trevor Harmon trevor.w.harmon at nasa.gov
Wed Oct 20 17:35:49 PDT 2010


On Oct 20, 2010, at 5:26 PM, Kenneth Uildriks wrote:

> You could always undo the split right before your pass finishes.

How would I undo a split? Perhaps by merging them back using  
llvm::MergeBlockIntoPredecessor?

Trevor




More information about the llvm-dev mailing list