AMDGPU: Remove IntrNoMem from llvm.SI.sendmsg

This has side effects.

llvm-svn: 258607
This commit is contained in:
Matt Arsenault 2016-01-23 05:32:18 +00:00
parent 2a93bb6365
commit f1341406bf
1 changed files with 1 additions and 1 deletions

View 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 <