RFR: 8283307: Vectorize unsigned shift right on signed subword types [v3]
Jie Fu
jiefu at openjdk.java.net
Fri Jun 3 03:49:23 UTC 2022
On Fri, 3 Jun 2022 03:20:27 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> We do run vectorization (superword, vectorization, VectorAPI) tests in our testing with: `-XX:UseAVX=0 -XX:UseSSE=3` and `-XX:UseAVX=0 -XX:UseSSE=2`
`compiler/c2/irTests/TestVectorizeURShiftSubword.java` still passed with `-XX:UseAVX=0 -XX:UseSSE=3` and `-XX:UseAVX=0 -XX:UseSSE=2`.
Maybe the IR test framework wouldn't accept VM args like `-XX:UseAVX=? -XX:UseSSE=?`?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7979
More information about the hotspot-compiler-dev
mailing list