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

Handle redundant reg-2-reg moves in X86 backend

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 17, 18
    • hotspot
    • b06
    • x86

      - Following instruction patterns emit extra redundant register to register moves.
          MoveF2VL
          MoveF2LEG
          MoveVL2F
          MoveLEG2F
          MoveD2VL
          MoveD2LEG
          MoveVL2D
          MoveLEG2D
      - Register allocator is capable of constraining the register mask of DEF operand based on the register mask back propagated from USE operand.

            jbhateja Jatin Bhateja
            jbhateja Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: