RFR: 8329077: C2 SuperWord: Add MoveD2L, MoveL2D, MoveF2I, MoveI2F

Quan Anh Mai qamai at openjdk.org
Tue Aug 5 06:35:03 UTC 2025


On Tue, 5 Aug 2025 06:05:22 GMT, Galder Zamarreño <galder at 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


More information about the core-libs-dev mailing list