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

assemble: Use the last match error for error reporting #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gramner
Copy link
Contributor

@Gramner Gramner commented Mar 6, 2023

The issue with using the match error with the highest numerical value is that most instructions with a mask operand will always report a bogus "mask not permitted on this operand" error due to not matching with VEX instructions (which is normal and expected) even if the real error is something entirely different, such as an incorrect broadcast operand.

The issue with using the match error with the highest numerical value is
that most instructions with a mask operand will always report a bogus
"mask not permitted on this operand" error due to not matching with VEX
instructions (which is normal and expected) even if the real error is
something entirely different, such as an incorrect broadcast operand.

Signed-off-by: Henrik Gramner <henrik@gramner.com>
@sezero
Copy link
Contributor

sezero commented Oct 11, 2023

Has this been reviewed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants