[PATCH] D45989: AMDGPU/R600: Move int_r600_store_stream_output to the public intrinsic file
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 25 13:07:03 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL330866: AMDGPU/R600: Move int_r600_store_stream_output to the public intrinsic file (authored by tstellar, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D45989
Files:
llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/trunk/lib/Target/AMDGPU/R600Intrinsics.td
Index: llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
===================================================================
--- llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
+++ llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -76,6 +76,10 @@
[llvm_v4f32_ty], [llvm_v4f32_ty], [IntrNoMem, IntrSpeculatable]
>;
+def int_r600_store_stream_output : Intrinsic<
+ [], [llvm_v4f32_ty, llvm_i32_ty, llvm_i32_ty, llvm_i32_ty], []
+>;
+
} // End TargetPrefix = "r600"
let TargetPrefix = "amdgcn" in {
Index: llvm/trunk/lib/Target/AMDGPU/R600Intrinsics.td
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/R600Intrinsics.td
+++ llvm/trunk/lib/Target/AMDGPU/R600Intrinsics.td
@@ -45,10 +45,6 @@
Intrinsic<[], [llvm_v4f32_ty, llvm_i32_ty, llvm_i32_ty], []
>;
-def int_r600_store_stream_output : Intrinsic<
- [], [llvm_v4f32_ty, llvm_i32_ty, llvm_i32_ty, llvm_i32_ty], []
->;
-
def int_r600_tex : TextureIntrinsicFloatInput;
def int_r600_texc : TextureIntrinsicFloatInput;
def int_r600_txl : TextureIntrinsicFloatInput;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45989.143993.patch
Type: text/x-patch
Size: 1079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180425/0fb0359d/attachment.bin>
More information about the llvm-commits
mailing list