R600: Rename 128 bit registers.
authorVincent Lejeune <vljn@ovi.com>
Fri, 17 May 2013 16:50:09 +0000 (16:50 +0000)
committerVincent Lejeune <vljn@ovi.com>
Fri, 17 May 2013 16:50:09 +0000 (16:50 +0000)
commit4109bd8829c2736016a2eb9777ea0b52ba2f7d5c
tree06f66d96519abb198a3e866cb9e177ddbfbac52c
parent25c209e9a262b623deca60fb6b886907e22c941b
R600: Rename 128 bit registers.

Almost all instructions that takes a 128 bits reg as input (fetch, export...)
have the abilities to swizzle their argument and output. Instead of printing
default swizzle for each 128 bits reg, rename T*.XYZW to T* and let instructions
print potentially optimized swizzles themselves.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182124 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600Instructions.td
lib/Target/R600/R600RegisterInfo.td
test/CodeGen/R600/llvm.AMDGPU.tex.ll