RFR: 8277239: SIGSEGV in vrshift_reg_maskedNode::emit
Sandhya Viswanathan
sviswanathan at openjdk.java.net
Thu Nov 18 18:29:41 UTC 2021
On Wed, 17 Nov 2021 13:44:51 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> Currently instruction selector differentiates between the two kinds of vector shift operations i.e. one with vector shift count and other with scalar shift count passed though LShiftCntV/RShiftCntV nodes by looking at the ideal opcode of shift count node.
>
> A more robust scheme is to set a flag over vector shift node if it has variable vector shift count and replace the opcode based check with flag based check in various shift instruction selection patterns.
The patch looks good to me.
-------------
Marked as reviewed by sviswanathan (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6431
More information about the hotspot-compiler-dev
mailing list