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

80-bit x87 Loadstores can use SVE masked loadstores #4126

Open
Sonicadvance1 opened this issue Oct 22, 2024 · 1 comment · May be fixed by #4166
Open

80-bit x87 Loadstores can use SVE masked loadstores #4126

Sonicadvance1 opened this issue Oct 22, 2024 · 1 comment · May be fixed by #4166
Assignees

Comments

@Sonicadvance1
Copy link
Member

Currently we need to split these in to a 64-bit and 16-bit loadstore operations.
With SVE and masking loadstores this can be changed in to one.
First step would probably be to convert current operations that need to do 80-bit loadstores to synthesize the required predicate and then to the loadstore.
Step after that would be to add predicate registers to our RA allocator so we can cache the 80-bit predicate across multiple loadstores (like fnsave, frstor would want).

Purely a performance optimization around x87 80-bit loadstores.

@pmatos
Copy link
Collaborator

pmatos commented Oct 24, 2024

Nice one - I will be looking at implementing this next.

pmatos added a commit to pmatos/FEX that referenced this issue Nov 20, 2024
@pmatos pmatos linked a pull request Nov 20, 2024 that will close this issue
pmatos added a commit to pmatos/FEX that referenced this issue Nov 22, 2024
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 a pull request may close this issue.

2 participants