mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 03:06:07 +00:00

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