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
When generating Advanced SIMD code, if SVE is available on target CPU, SVE move immediate can be used.
https://godbolt.org/z/9vhc6Mx1j
The same applies for SVE bitmask immediate.
Reference(GCC patches):
[AArch64: Improve SIMD immediate generation (1/3)]
[AArch64: Improve SIMD immediate generation (2/3)]
[AArch64: Add support for SIMD xor immediate (3/3)]
</details>
Test case:
When generating Advanced SIMD code, if SVE is available on target CPU, SVE move immediate can be used.
https://godbolt.org/z/9vhc6Mx1j
The same applies for SVE bitmask immediate.
Reference(GCC patches):
[AArch64: Improve SIMD immediate generation (1/3)]
[AArch64: Improve SIMD immediate generation (2/3)]
[AArch64: Add support for SIMD xor immediate (3/3)]
The text was updated successfully, but these errors were encountered: