[vectorIntrinsics] RFR: 8261108: Add cast nodes from integer types to float types implementation for Arm SVE [v5]

Ningsheng Jian njian at openjdk.java.net
Thu Feb 25 03:48:50 UTC 2021


On Wed, 24 Feb 2021 08:57:12 GMT, Wang Huang <whuang at openjdk.org> wrote:

>> Add the backend codegen for nodes like castb2f / castb2d / casts2f / casts2d / casti2f / casti2d / castl2f / castl2d.
>> 
>> * add `sve_scvtf`  ( and `sve_ucvtf`) encoding
>> * add mock for these instructions
>> * add `VECTOR_CAST_I2F_EXTEND[N]` and `VECTOR_CAST_I2F`
>> 
>> Thank you for your review.
>
> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add opc,opc2 as arguments

Thanks for the work! I think you haven't addressed all the review comments. But I believe those are trivial for now, and I will do the code refactoring to address them when we have full SVE backend support.

Before integration, could you please fix the jcheck error?

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

Changes requested by njian (Committer).

PR: https://git.openjdk.java.net/panama-vector/pull/37


More information about the panama-dev mailing list