Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

JIT: Suppress emitting same-reg zero extending move #22454

Merged
merged 2 commits into from
Feb 8, 2019

Commits on Feb 6, 2019

  1. JIT: Suppress emitting same-reg zero extending move

    Add a peephole optimization to suppress emitting zero extending moves
    if the previous instruction has already done a suitable zero extension.
    
    Only implemented for x64 currently.
    
    Closes #21923
    AndyAyersMS committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    b00ab74 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. review feedback

    AndyAyersMS committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    ffa24ee View commit details
    Browse the repository at this point in the history