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

AArch64: Fix a typo introduced by JDK-8238690

XMLWordPrintable

    • b20
    • aarch64

      In aarch64.ad, the match rule of vsra4S_imm and vsra8S_imm is

        match(Set dst (RShiftVS src (LShiftCntV shift)));

      It should be
      match(Set dst (RShiftVS src (RShiftCntV shift)));

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

              Created:
              Updated:
              Resolved: