[PATCH] D16445: AMDGPU: Remove IntrNoMem from llvm.SI.sendmsg
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 20:46:11 PST 2016
arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.
This has side effects.
http://reviews.llvm.org/D16445
Files:
lib/Target/AMDGPU/SIIntrinsics.td
Index: lib/Target/AMDGPU/SIIntrinsics.td
===================================================================
--- lib/Target/AMDGPU/SIIntrinsics.td
+++ lib/Target/AMDGPU/SIIntrinsics.td
@@ -52,7 +52,7 @@
llvm_i32_ty], // tfe(imm)
[IntrReadArgMem]>;
- def int_SI_sendmsg : Intrinsic <[], [llvm_i32_ty, llvm_i32_ty], [IntrNoMem]>;
+ def int_SI_sendmsg : Intrinsic <[], [llvm_i32_ty, llvm_i32_ty], []>;
// Fully-flexible SAMPLE instruction.
class SampleRaw : Intrinsic <
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16445.45646.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160122/c502e33f/attachment.bin>
More information about the llvm-commits
mailing list