On Tue, 5 Aug 2025 06:05:22 GMT, Galder Zamarreño <gal...@openjdk.org> wrote:
> You're suggesting to modify `is_reinterpret_opcode` to be like this, and call > that instead of `is_move_opcode`, right? Yes, that's right. I believe `VectorReinterpret` should be implemented for all pairs of vector species where both the input and output species are implemented. So, `VectorReinterpretNode::implemented` is unnecessary. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26457#issuecomment-3153680952