[PATCH] D17614: AMDGPU/SI: Implement DS_PERMUTE/DS_BPERMUTE Instruction Definitions and Intrinsics.

Changpeng Fang via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 09:28:55 PST 2016


cfang added inline comments.

================
Comment at: test/CodeGen/AMDGPU/llvm.amdgcn.ds.permute.ll:4-5
@@ +3,4 @@
+declare i32 @llvm.amdgcn.ds.permute(i32, i32) #0
+
+; FUNC-LABEL: {{^}}ds_permute:
+; CHECK: ds_permute
----------------
I just split the test case. If you want to split the intrinsics and/or instruction definitions, I can do it in the integration. Thanks.


http://reviews.llvm.org/D17614





More information about the llvm-commits mailing list