RFR: 8320209: VectorMaskGen clobbers rflags on x86_64
Sandhya Viswanathan
sviswanathan at openjdk.org
Thu Nov 16 01:01:31 UTC 2023
On Wed, 15 Nov 2023 23:48:21 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> VectorMaskGen clobbers rflags on x86_64 but the corresponding instruct in x86.ad file doesn't list the rflags as being killed.
>> Adding rFlagsReg cr as being killed in effects for vmask_gen instruct.
>
> Looks good.
Thanks a lot @vnkozlov for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16680#issuecomment-1813538740
More information about the hotspot-compiler-dev
mailing list