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#5036 AArch64: Remove Z register checks in tracer and sample clients #6431

Merged
merged 4 commits into from
Nov 15, 2023

Conversation

AssadHashmi
Copy link
Contributor

drcachesim's tracer.cpp, sample clients memtrace_simple.c and memval_simple.c have checks to avoid handling SVE scatter/gather memory instructions, i.e. use of Z registers in memory address operands. Now that a significant number of scatter/gather instructions have been implemented, these checks can be removed.

Issues: #5036, #5365, #3044

drcachesim's tracer.cpp, sample clients memtrace_simple.c and
memval_simple.c have checks to avoid handling SVE scatter/gather
memory instructions, i.e. use of Z registers in memory address
operands. Now that a significant number of scatter/gather instructions
have been implemented, these checks can be removed.

Issues: #5036, #5365, #3044
@AssadHashmi AssadHashmi merged commit 56c6b0f into master Nov 15, 2023
15 checks passed
@AssadHashmi AssadHashmi deleted the i5036-aarch64-tracer-mem-clients-cleanup branch November 15, 2023 14:13
brettcoon pushed a commit that referenced this pull request Nov 16, 2023
…#6431)

drcachesim's tracer.cpp, sample clients memtrace_simple.c and
memval_simple.c have checks to avoid handling SVE scatter/gather memory
instructions, i.e. use of Z registers in memory address operands. Now
that a significant number of scatter/gather instructions have been
implemented, these checks can be removed.

Issues: #5036, #5365, #3044
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.

None yet

2 participants