(original) (raw)
Hi all,
I'm a beginner in LLVM. Currently, I want to implement a pass that generates a jump table. The entry in that table is a jump to some place (may be an instruction) in a basic block.While my question is, is there a way to insert jump to place inside a basic block?