Integrated: 8257537: [vector] Cleanup redundant bitwise cases on floating point vectors

Paul Sandoz psandoz at openjdk.java.net
Wed Dec 2 02:04:56 UTC 2020


On Tue, 1 Dec 2020 20:36:48 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

> Float/DoubleVector implementations contain redundant cases for bitwise operations. Such bitwise operations will fail on such FP vectors before the case is reached.

This pull request has now been integrated.

Changeset: cfd070ec
Author:    Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cfd070ec
Stats:     28 lines in 3 files changed: 4 ins; 24 del; 0 mod

8257537: [vector] Cleanup redundant bitwise cases on floating point vectors

Reviewed-by: vlivanov

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

PR: https://git.openjdk.java.net/jdk/pull/1544


More information about the hotspot-compiler-dev mailing list