Jeff Kunkel
2010-Sep-03 20:20 UTC
[LLVMdev] [LLVMDev] [Solved] Finding the branching instructions!
TargetInstrDesc::isBranch() will return true if a branch occurs, and it may be accessed though MachineInstr::getDesc(). Jeff Kunkel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100903/b9593885/attachment.html>
Seemingly Similar Threads
- [LLVMdev] Being able to know the jitted code-size before emitting
- [LLVMdev] MI.getNumOperands() < MI.getDesc().getNumOperands()
- [LLVMdev] request for help writing a register allocator
- [LLVMdev] [LLVMDev] How do I add a branch to a MachineInstr?
- [LLVMdev] request for help writing a register allocator