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

Paul Sandoz psandoz at openjdk.java.net
Tue Dec 1 20:43:04 UTC 2020


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

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

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

Changes: https://git.openjdk.java.net/jdk/pull/1544/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1544&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257537
  Stats: 28 lines in 3 files changed: 4 ins; 24 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1544.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1544/head:pull/1544

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


More information about the hotspot-compiler-dev mailing list