Currently there is a separate emulation function for each branch instruction, however the emulation logic is almost identical for many of these instructions.
This patch merges emulation of similar instructions into a single function (wherever possible) to remove code duplication.
Details
Details
- Reviewers
clayborg
Diff Detail
Diff Detail
- Repository
- rL LLVM