RFR: 8361582: AArch64: Some ConH values cannot be replicated with SVE
Aleksey Shipilev
shade at openjdk.org
Fri Aug 1 14:31:56 UTC 2025
On Fri, 1 Aug 2025 12:04:35 GMT, Bhavana Kilambi <bkilambi at openjdk.org> wrote:
> If the immediate value does not fit `immH8_shift8` for `Matcher::vector_length_in_bytes(n) > 16` , the compiler would generate `loadConH` [1] -> `replicateHF` [2] backend nodes instead.
Ah OK, just checking. I ran this patch on the machine where I have originally found the issue, and it seems to work.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26589#issuecomment-3144786986
More information about the hotspot-compiler-dev
mailing list