search for: ab129631

Displaying 1 result from an estimated 1 matches for "ab129631".

2014 Aug 24
2
[LLVMdev] The basic block does not exist in the map
Hi All, I am new to LLVM and now involved into a problem, would it be possible to get some help? I want to insert a new basic block into a program by writing a pass. For example, there are block A and B in the original block where A jumps to B: A -> B. For now I want to insert a block C bewteen them: A -> C -> B. However, if the branch instruction from A to C or from C to B is created,