-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to skip blocks with no loop register during annotation (#259)
This patch adds an option to the compile_modules pipeline to skip emitting blocks that do not have any loop register attached to them because they use all the GPRs. This is necessary when we want to benchmark in loop mode. This is intended to fix an issue where when running the benchmarking pipeline (which is currently setup to only run in loop mode), we just pass MCRegister::NoRegister, which causes a machine code verification error as that is not valid. I will open another patch to fix that at some point.
- Loading branch information
1 parent
ed6e582
commit 5552b7e
Showing
3 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters