Integrated: 8320209: VectorMaskGen clobbers rflags on x86_64
Sandhya Viswanathan
sviswanathan at openjdk.org
Thu Nov 16 16:35:45 UTC 2023
On Wed, 15 Nov 2023 22:31:50 GMT, Sandhya Viswanathan <sviswanathan 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.
This pull request has now been integrated.
Changeset: b05e69f7
Author: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b05e69f789fa8c9a5320be5a841317abd3b3a235
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8320209: VectorMaskGen clobbers rflags on x86_64
Reviewed-by: kvn, qamai, jbhateja
-------------
PR: https://git.openjdk.org/jdk/pull/16680
More information about the hotspot-compiler-dev
mailing list