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

Vladimir Ivanov vlivanov at openjdk.java.net
Tue Dec 1 22:20:58 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.

Looks good.

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

Marked as reviewed by vlivanov (Reviewer).

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


More information about the hotspot-compiler-dev mailing list