Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8340093 C2 SuperWord: implement cost model
  3. JDK-8367389

C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block

XMLWordPrintable

      We are doing this step from the parent task:

      3. Model whole loop instead of only basic block (allows VTransform optimizations like moving reduction out of loop)
        - Instead of VTransformGraph::apply_memops_reordering_with_schedule that reorders the old graph,
        - I want to build the new loop body from the VTransform directly.
        - That means we are less constrained by the old shape of the loop.

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

              Created:
              Updated: