Skip to content
  • Reid Spencer's avatar
    For PR950: · fdff938a
    Reid Spencer authored
    This patch converts the old SHR instruction into two instructions,
    AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
    dependent on the sign of their operands.
    
    llvm-svn: 31542
    fdff938a
Loading