RFR: 8333890: Fatal error in auto-vectorizer with float16 kernel [v2]

Jatin Bhateja jbhateja at openjdk.org
Mon Jul 8 11:28:42 UTC 2024


On Mon, 8 Jul 2024 10:37:16 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> A further question: Why is the `bottom_type` of `F2HF` a `T_INT` and not `T_SHORT`? Because I see:

Look like some confusion, bottom type (ideal type) of ConvF2HFNode is indeed TypeInt::SHORT.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20062#issuecomment-2213756113


More information about the hotspot-compiler-dev mailing list