-
Notifications
You must be signed in to change notification settings - Fork 566
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 A64 scatter/gather, part 6: Expand multi-register instrs #6403
i#5036 A64 scatter/gather, part 6: Expand multi-register instrs #6403
Conversation
Adds support to drx_expand_scatter_gather() for SVE multi-register scalar+scalar and scalar+immediate predicated contiguous load and store instructions, along with tests. Issue: #5036
@derekbruening @abhinav92003, could you take a look at this PR when you have an opportunity. Thanks. |
Wow this one seems to have been pending from my side for 2 weeks. Apologies for the delay. I'll get this done by today or latest tomorrow (since it's a bit on the long side). |
…er-gather-multivector Change-Id: Ia157d828be53d49cb2af574e72ac5c7d7bf6a775
The consistent |
I can merge this PR when the CI completes. |
I'm seeing new issues on the burst_traceopts test on vs2019-64:
and
Doesn't seem to be the same as #6423. On the same test in a re-run, I also saw #6423 and
|
Okay vs2019-64 passed on a re-run. Submitting. |
Thanks @abhinav92003 . |
Adds support to drx_expand_scatter_gather() for SVE multi-register scalar+scalar and scalar+immediate predicated contiguous load and store instructions, along with tests.
Issue: #5036