Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8353665

RISC-V: IR verification fails in TestSubNodeFloatDoubleNegation.java

XMLWordPrintable

    • b18
    • riscv

      The newly added TestSubNodeFloatDoubleNegation.java (in #24150) is to check 0 - (0 - x) is not folded to x for float and double.
      On Riscv, it does generate 2 SubHF which means it's not folded, but there is an extra SubF generated in slow path when TLAB runs out. Although it does not impact correctness.

            mli Hamlin Li
            mli Hamlin Li
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: