Skip to content

Commit 0b863ad

Browse files
arsenmgithub-actions[bot]
authored andcommitted
Automerge: AMDGPU: Mark DS instructions as fixed size (#156388)
2 parents 5bf5df1 + 372a86b commit 0b863ad

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
@@ -19,6 +19,7 @@ class DS_Pseudo <string opName, dag outs, dag ins, string asmOps, list<dag> patt
1919
// Most instruction load and store data, so set this as the default.
2020
let mayLoad = 1;
2121
let mayStore = 1;
22+
let FixedSize = true;
2223

2324
let hasSideEffects = 0;
2425
let SchedRW = [WriteLDS];

0 commit comments

Comments
 (0)