RFR: 8336356: [s390x] preserve Vector Register before using for string compress / expand [v2]

Amit Kumar amitkumar at openjdk.org
Sun Dec 15 02:54:41 UTC 2024


On Sat, 14 Dec 2024 18:33:16 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   suggestion from Andrew
>
> src/hotspot/cpu/s390/s390.ad line 10675:
> 
>> 10673:   ins_encode %{
>> 10674:     __ string_compress($result$$Register, $src$$Register, $dst$$Register, $len$$Register,
>> 10675:                        $tmp$$Register, true, false, $v16$$VectorRegister, $v17$$VectorRegister, $v18$$VectorRegister,
> 
> Fix indentation.

done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22354#discussion_r1885466910


More information about the hotspot-compiler-dev mailing list