Skip to content
  • Dan Gohman's avatar
    Implement XMM subregs. · bdd6405f
    Dan Gohman authored
    Extracting the low element of a vector is now done with EXTRACT_SUBREG,
    and the zero-extension performed by load movss is now modeled with
    SUBREG_TO_REG, and so on.
    
    Register-to-register movss and movsd are no longer considered copies;
    they are two-address instructions which insert a scalar into a vector.
    
    llvm-svn: 97354
    bdd6405f
Loading