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

AArch64: Remove partial masked operations for SVE

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 19
    • 19
    • hotspot
    • None
    • b18
    • aarch64
    • generic

      Currently there are match rules named as xxx_masked_partial, which are
      expected to work on masked vector operations when the vector size is not
      full size of hardware vector reg width, i.e. partial vector. Those rules
      will make sure the given masked (predicate) high bits are clear within
      vector width. Actually, if we can guarantee the input predicate high
      bits are already clear with vector width, we don't need to re-do the
      clear work before use.

            eliu Eric Liu
            eliu Eric Liu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: