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

AArch64: Fix a potential issue about register allocation effect rule in reduce_add2I

XMLWordPrintable

    • b19
    • aarch64

        instruct reduce_add2I
          effect(TEMP tmp, TEMP tmp2);
          "addw $dst, $src1, $tmp\n\t"
          "addw $dst, $dst, $tmp2\t add reduction2I"

        dst may be same with tmp2. Then register conflict happens.

              yzhang Yang Zhang
              yzhang Yang Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: