-
Notifications
You must be signed in to change notification settings - Fork 934
asm/ia32: do not use the = constraint modifier for input/output operands #496
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
Conversation
operands Also added support for the xchg instruction. The instruction is supported by ia32 and may benefit vader. Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
|
Should fix #478. |
|
|
Refer to this link for build results (access rights to CI server needed): |
|
👍 |
asm/ia32: do not use the = constraint modifier for input/output operands
|
I don't see this in 1.8.7 or 1.10.0rc1. Any reason why this isn't getting put in released versions? |
|
Well @$#*. Did i really forget to do a pr on releases. 1.8 is done so i will open one for 1.10 |
|
Do we want to sneak this in for 1.8.8? |
|
Yes. Please. The 1.10 commits should apply to 1.8 |
|
@hjelmn Can you make a PR in the immediate future? 😄 |
|
FWIW: I can find no record that this was ever brought to either 1.8 or 1.10 branches. I have created a 1.8 PR - however, I need Nathan to review it as there were conflicts |
…6a59 Initialize variable to make clang happy
Also added support for the xchg instruction. The instruction is
supported by ia32 and may benefit vader.
Signed-off-by: Nathan Hjelm hjelmn@lanl.gov