diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-01-23 21:39:47 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-01-23 21:39:47 +0000 |
commit | d8ac91d436e94c1d2b77646e65e04bc9726ddbca (patch) | |
tree | d56f1ec5efcc84747f59cb76faef6cbcce6ece09 /llvm/lib/Target/R600/R600Intrinsics.td | |
parent | aa300017e1c1f9e4c25598e2190dff54d439ef94 (diff) | |
download | bcm5719-llvm-d8ac91d436e94c1d2b77646e65e04bc9726ddbca.tar.gz bcm5719-llvm-d8ac91d436e94c1d2b77646e65e04bc9726ddbca.zip |
R600: Simplify stream outputs intrinsic
Patch by: Vincent Lejeune
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
llvm-svn: 173296
Diffstat (limited to 'llvm/lib/Target/R600/R600Intrinsics.td')
-rw-r--r-- | llvm/lib/Target/R600/R600Intrinsics.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/R600Intrinsics.td b/llvm/lib/Target/R600/R600Intrinsics.td index 3825bc4d3b0..06a734123fb 100644 --- a/llvm/lib/Target/R600/R600Intrinsics.td +++ b/llvm/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 : |