We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e867b85 commit 372a86bCopy full SHA for 372a86b
llvm/lib/Target/AMDGPU/DSInstructions.td
@@ -19,6 +19,7 @@ class DS_Pseudo <string opName, dag outs, dag ins, string asmOps, list<dag> patt
19
// Most instruction load and store data, so set this as the default.
20
let mayLoad = 1;
21
let mayStore = 1;
22
+ let FixedSize = true;
23
24
let hasSideEffects = 0;
25
let SchedRW = [WriteLDS];
0 commit comments