RFR: 8343689: AArch64: Optimize MulReduction implementation [v8]
Xiaohong Gong
xgong at openjdk.org
Fri Jul 11 09:34:42 UTC 2025
On Fri, 11 Jul 2025 07:33:19 GMT, Mikhail Ablakatov <mablakatov at openjdk.org> wrote:
>> I see. Thanks! So what is the type of bt? Is it an integer type of floating-point one? If it's an integer type, I think changing or not does not have difference. But if it is floating-point type, we do not support the non-strict-ordered anyway and they are not enabled in SLP on AArch64. I'm just curious whether this change has any relationship with this PR. If not, I suggest not touching it now. Seems there is the same change in this PR https://github.com/openjdk/jdk/pull/23181.
>
> @XiaohongGong , JIC, you've referenced the PR you left this comment in. Did you intend to post it somewhere else?
Oh, sorry, my bad. I intended to post this one: https://github.com/openjdk/jdk/pull/21895/files#diff-7b82624b78127158abbce6835eeba196bd062aee59512ec2d4e4c8c7d681573b
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23181#discussion_r2200220379
More information about the hotspot-compiler-dev
mailing list