mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
R600/SI: Set MayStore = 0 on MUBUF loads
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
781a7ae1ac
commit
9c276c7ab6
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user