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

Add vectorization support for subword operations with shifts

XMLWordPrintable

      In the following code example: "out[i] = (short) (((short) in[i]) + (short) in[i]);"

      Vectorization does not occur due to the RShift(LShift(..., 16), 16) pattern in the IR. This RFE proposes to add support, as a followup to JDK-8342095.

            Unassigned Unassigned
            jkarthikeyan Jasmine Karthikeyan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: