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

AArch64: Address calculation missed optimizations

XMLWordPrintable

    • b21
    • aarch64

      In calculations involving Unsafe addressing we're missing opportunities to combine instructions.

      We're seeing, for example:

        sbfiz x13, x13, #3, #32
        add x15, x13, x10

      instead of

        add x15, x10, w13, sxtw #3

      This is due to a couple of missing patterns.

            aph Andrew Haley
            aph Andrew Haley
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: