Skip to content

Commit 498b7d2

Browse files
authored
AMDGPU: Copy TSFlags from Pseudo to DS_Real (#84977)
We need TSFalgs from pseudo to real.
1 parent e9492cc commit 498b7d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AMDGPU/DSInstructions.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class DS_Real <DS_Pseudo ps, string opName = ps.Mnemonic> :
6565
let SubtargetPredicate = ps.SubtargetPredicate;
6666
let WaveSizePredicate = ps.WaveSizePredicate;
6767
let OtherPredicates = ps.OtherPredicates;
68+
let TSFlags = ps.TSFlags;
6869
let SchedRW = ps.SchedRW;
6970
let mayLoad = ps.mayLoad;
7071
let mayStore = ps.mayStore;

0 commit comments

Comments
 (0)