R600: Code cleanup.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 15 Mar 2014 00:08:22 +0000 (00:08 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 15 Mar 2014 00:08:22 +0000 (00:08 +0000)
commit2cf43de915e1a56052dc0fffe94329518b5eaa08
tree675f1e54b8c3c7f91bf934b1ae0818fc251265f9
parent7aa478d944709293c96d33020891e9b725d03f73
R600: Code cleanup.

Use sign_extend_inreg and getZeroExtendInReg instead of
using the bit operations they expand into.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203988 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp