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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 29 15:13:38 PST 2016


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: test/CodeGen/AMDGPU/llvm.amdgcn.ds.bpermute.ll:6
@@ +5,3 @@
+; FUNC-LABEL: {{^}}ds_bpermute:
+; CHECK: ds_bpermute
+define void @ds_bpermute(i32 addrspace(1)* %out, i32 %index, i32 %src) nounwind {
----------------
Might want to check that there are 2 VGPR operands


http://reviews.llvm.org/D17614





More information about the llvm-commits mailing list