RFR: 8292289: [vectorapi] Improve the implementation of VectorTestNode [v4]
Quan Anh Mai
duke at openjdk.org
Thu Aug 18 08:13:19 UTC 2022
On Thu, 18 Aug 2022 07:43:40 GMT, Hao Sun <haosun at openjdk.org> wrote:
>> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
>>
>> style + use rscratch instead of tmp
>
> src/hotspot/cpu/aarch64/aarch64_vector.ad line 5763:
>
>> 5761: // anytrue
>> 5762:
>> 5763: instruct vtest_anytrue_neon(rFlagsReg cr, vReg src1, vReg src2, vReg vtmp) %{
>
> I think we needn't change the name.
Yes I agree, other places use `tmp` for temporary vector registers so I have reverted this. Thanks
-------------
PR: https://git.openjdk.org/jdk/pull/9855
More information about the hotspot-compiler-dev
mailing list