radeon/llvm: Use correct float->int conversion opcode on SI.
[mesa.git] / src / gallium / drivers / radeon / R600IntrinsicsOpenCL.td
index cd76135847553e966cb55a50e5f17aee2c588d80..8efa29b53355b9972d173bdac644a25810c74049 100644 (file)
@@ -12,5 +12,5 @@
 //===----------------------------------------------------------------------===//
 
 let TargetPrefix = "R600", isTarget = 1 in {
-  def int_R600_load_input : Intrinsic<[llvm_float_ty], [llvm_i32_ty], [IntrReadWriteArgMem]>;
+  def int_R600_load_input : Intrinsic<[llvm_float_ty], [llvm_i32_ty], [IntrNoMem]>;
 }