Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add max_bb_count to exegesis converter
This patch adds a max_bb_count flag to the exegesis converter which makes it easier to generate only a subset of basic blocks from a large CSV for testing purposes. This reduces the need for manually splitting CSVs at the cost of little additional complexity.
- Loading branch information