[PATCH] R600/SI: Set mayStore = 0 on SMRD instructions

Matt Arsenault Matthew.Arsenault at amd.com
Mon Jul 28 14:30:30 PDT 2014


http://reviews.llvm.org/D4700

Files:
  lib/Target/R600/SIInstrFormats.td

Index: lib/Target/R600/SIInstrFormats.td
===================================================================
--- lib/Target/R600/SIInstrFormats.td
+++ lib/Target/R600/SIInstrFormats.td
@@ -185,6 +185,8 @@
 
   let LGKM_CNT = 1;
   let SMRD = 1;
+  let mayStore = 0;
+  let mayLoad = 1;
 }
 
 //===----------------------------------------------------------------------===//
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4700.11960.patch
Type: text/x-patch
Size: 373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140728/ba58ffcb/attachment.bin>


More information about the llvm-commits mailing list