On Fri, 5 Jun 2026 15:20:02 GMT, Emanuel Peter <[email protected]> wrote:
>> Currently we only support inline expansion of operations for which >> auto-vectorization support is in place, for other expanders >> is_unsupported_lane_type rejects intrinsification, plan is to lift these >> check one by one after thorough validation of expanders for Float16 type in >> subsequent patches. > > @XiaohongGong @dean-long What's your opinion here? Ok, or a potential risk in > the future? I left a similar comment above https://github.com/openjdk/jdk/pull/28002#discussion_r3115506353. I think it would be better if we could handle such unsupported types in `match_rule_supported_vector` or `arch_supports_vector`. Although that might need changes on all vector supported backends, it deserves the effort if that is the right direction. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28002#discussion_r3370512473
