You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: