-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2011 repstr ifetch: handle zero-iter loops
Adds a missing instruction fetch for zero-iteration rep string loops by moving the instruction instrumentation to the top of a rep string bb rather than prior to the single memory reference. The forthcoming trace_invariants continuous PC checks for #2708 will test this. Fixes #2011
- Loading branch information
1 parent
98aa5a4
commit 4ee8f49
Showing
2 changed files
with
17 additions
and
12 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