RFR: 8283091: Support type conversion between different data sizes in SLP [v3]
Fei Gao
fgao at openjdk.java.net
Thu Jun 2 23:32:32 UTC 2022
On Thu, 2 Jun 2022 16:57:52 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Do you mean it fail without #8961 or it fail always?
@vnkozlov ,after [JDK-8286972](https://bugs.openjdk.java.net/browse/JDK-8286972), [the case](https://github.com/openjdk/jdk/blob/6ff2d89ea11934bb13c8a419e7bad4fd40f76759/test/hotspot/jtreg/compiler/c2/cr6340864/TestDoubleVect.java#L723) would fail without https://github.com/openjdk/jdk/pull/8961. With it, the case passes.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7806
More information about the hotspot-compiler-dev
mailing list