Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#6238 op cat: Change fence opcode category to STATE #7112

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

derekbruening
Copy link
Contributor

The x86 OP_*fence opcodes were marked with inaccurate categories in the original PR #6308. Here we change all 3 to DR_INSTR_CATEGORY_STATE under the logic that the STATE category is the one most likely to be interpreted as a barrier by a simulator. (If we add an ATOMIC category in the future we'll switch to that.)

Issue: #6238

The x86 OP_*fence opcodes were marked with inaccurate categories in
the original PR #6308. Here we change all 3 to DR_INSTR_CATEGORY_STATE
under the logic that the STATE category is the one most likely to be
interpreted as a barrier by a simulator. (If we add an ATOMIC category
in the future we'll switch to that.)

Issue: #6238
@derekbruening
Copy link
Contributor Author

a64 failure is #3320 yet again.

@derekbruening derekbruening merged commit 2fe63a0 into master Dec 9, 2024
16 of 17 checks passed
@derekbruening derekbruening deleted the i6238-opc-category-errors branch December 9, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants