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

C2 MemorySegment: missing RCE and vectorization

XMLWordPrintable

      I run it with:
      java -XX:CompileCommand=compileonly,Test3::* -XX:CompileCommand=printcompilation,Test3::* -XX:CompileCommand=TraceAutoVectorization,Test3::*,SW_REJECTIONS,PRECONDITIONS -XX:+TraceNewVectors -XX:+TraceLoopOpts -Xbatch Test3.java

      We see that some of the cases vectorize, and some do not. One reason seems to be that we do not always remove the RangeChecks. Another failure is in SuperWord, where just don't create packs. Have not yet investigated what is wrong there.

            epeter Emanuel Peter
            epeter Emanuel Peter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: