RFR: 8360304: Redundant condition in LibraryCallKit::inline_vector_nary_operation
Aleksey Shipilev
shade at openjdk.org
Thu Aug 7 15:04:14 UTC 2025
On Sat, 2 Aug 2025 15:44:22 GMT, Francesco Andreuzzi <duke at openjdk.org> wrote:
> The check for `sopc != 0` is not needed after JDK-8353786, the function would exit at L374 otherwise.
>
> Passes tier1.
Looks fine, but I think you want to run vector tests to be extra sure.
https://github.com/openjdk/jdk/blob/83953c458eb65b2af184340dd460325f2b56e5b9/test/jdk/TEST.groups#L402-L403
-------------
PR Review: https://git.openjdk.org/jdk/pull/26606#pullrequestreview-3097566971
More information about the hotspot-compiler-dev
mailing list