Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
Expand IRNode.VECTOR_REINTERPRET to assert vector sizes, as suggested by [~epeter] in https://github.com/openjdk/jdk/pull/26457#discussion_r2313298675 Ideal output for VectorReinterpret seems to follow a similar pattern to LoadVector...etc with regards to the vector size. So seems like a similar solution could be implemented: ``` 1306 VectorReinterpret === _ 1307 [[ 1286 ]] #vectory<I,8> !orig=1179,979,[846],[738],[646],[145] !jvms: TestCompatibleUseDefTypeSize::test7 @ bci:13 (line 427) ```