-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#5975: Add an invariant check for the number of memory read/write re…
…cords matching operands. Add an invariant check to verify the number of memory read/write records is matching the operands. Mark x86 "rep" operands as predicated, and skip the check since the number of records depends on run time register values. Change check_sane_control_flow() to use gen_instr_encoded() when encoding is expeced. Fixes #5975
- Loading branch information
Showing
9 changed files
with
611 additions
and
208 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
Oops, something went wrong.