]> granicus.if.org Git - llvm/commitdiff
Merging r258607:
authorTom Stellard <thomas.stellard@amd.com>
Thu, 2 Jun 2016 04:32:16 +0000 (04:32 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 2 Jun 2016 04:32:16 +0000 (04:32 +0000)
------------------------------------------------------------------------
r258607 | Matthew.Arsenault | 2016-01-22 21:32:18 -0800 (Fri, 22 Jan 2016) | 4 lines

AMDGPU: Remove IntrNoMem from llvm.SI.sendmsg

This has side effects.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@271485 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/SIIntrinsics.td

index 027a0a2f5167ef7ebd9b1ac52f597d8903e3c7a5..3a7ccda42394d3b35bc5d8600384705133326235 100644 (file)
@@ -52,7 +52,7 @@ let TargetPrefix = "SI", isTarget = 1 in {
      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 <