R600: Add a llvm.R600.store.swizzle intrinsics
authorTom Stellard <thomas.stellard@amd.com>
Wed, 23 Jan 2013 21:39:49 +0000 (21:39 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 23 Jan 2013 21:39:49 +0000 (21:39 +0000)
commit254a83e46c0ffb08c5c77d99f64d6e86db550c6f
tree75726a515395085c36899f35521ae2d759dc7c0c
parent2a3e0d7e76079289e2b007a15c311c51218f0b89
R600: Add a llvm.R600.store.swizzle intrinsics

This intrinsic is translated to ALLOC_EXPORT_WORD1_SWIZ, hence its
name. It is used to store vs/fs outputs

Patch by: Vincent Lejeune

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173297 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600Instructions.td
lib/Target/R600/R600Intrinsics.td