RFR: 8375498: [VectorAPI] Dump primary vector IR details with -XX:+TraceNewVectors [v2]
Emanuel Peter
epeter at openjdk.org
Wed Jan 21 10:09:55 UTC 2026
On Wed, 21 Jan 2026 10:00:12 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> src/hotspot/share/opto/vectorIntrinsics.cpp line 465:
>>
>>> 463: default: fatal("unsupported arity: %d", n);
>>> 464: }
>>> 465: trace_vector(operation);
>>
>> So why not adding this under line-475?
>
> Only added trace_vector calls for primary vector IR for an inline expander for now.
But the `VectorBlendNode` node would also be useful if we have a masked operation but don't use a predicated instruction, don't you think?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29265#discussion_r2711854763
More information about the hotspot-compiler-dev
mailing list