summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600Intrinsics.td
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-01-23 21:39:47 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-01-23 21:39:47 +0000
commit2a3e0d7e76079289e2b007a15c311c51218f0b89 (patch)
tree6d316387969640c604d69f7ba07ff80245492991 /lib/Target/R600/R600Intrinsics.td
parent1094b41c7b26089025822c5705b5c771f9b8cda4 (diff)
downloadllvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.tar.gz
llvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.tar.bz2
llvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.tar.xz
R600: Simplify stream outputs intrinsic
Patch by: Vincent Lejeune Reviewed-by: Tom Stellard <thomas.stellard@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173296 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/R600Intrinsics.td')
-rw-r--r--lib/Target/R600/R600Intrinsics.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/R600Intrinsics.td b/lib/Target/R600/R600Intrinsics.td
index 3825bc4d3b..06a734123f 100644
--- a/lib/Target/R600/R600Intrinsics.td
+++ b/lib/Target/R600/R600Intrinsics.td
@@ -20,7 +20,7 @@ let TargetPrefix = "R600", isTarget = 1 in {
def int_R600_load_input_linear :
Intrinsic<[llvm_float_ty], [llvm_i32_ty], [IntrReadMem]>;
def int_R600_store_stream_output :
- Intrinsic<[], [llvm_float_ty, llvm_i32_ty, llvm_i32_ty], []>;
+ Intrinsic<[], [llvm_v4f32_ty, llvm_i32_ty, llvm_i32_ty, llvm_i32_ty], []>;
def int_R600_store_pixel_color :
Intrinsic<[], [llvm_float_ty, llvm_i32_ty], []>;
def int_R600_store_pixel_depth :