R600/SI: Set MayStore = 0 on MUBUF loads
authorTom Stellard <thomas.stellard@amd.com>
Tue, 9 Dec 2014 00:03:54 +0000 (00:03 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 9 Dec 2014 00:03:54 +0000 (00:03 +0000)
llvm-svn: 223722

llvm/lib/Target/R600/SIInstrInfo.td

index 6c66df0..6323591 100644 (file)
@@ -1613,7 +1613,7 @@ multiclass MUBUF_Load_Helper <bits<7> op, string asm, RegisterClass regClass,
                               ValueType load_vt = i32,
                               SDPatternOperator ld = null_frag> {
 
-  let mayLoad = 1 in {
+  let mayLoad = 1, mayStore = 0 in {
 
     let addr64 = 0 in {