Skip to content

Commit 35a3ae3

Browse files
committed
Remove an unused field (follow up to cc5e896)
1 parent cc5e896 commit 35a3ae3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AMDGPU/EvergreenInstructions.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ class R600_LDS_1A1D <bits<6> lds_op, dag outs, string name, list<dag> pattern,
645645
let src2 = 0;
646646
let src2_rel = 0;
647647
let LDS_1A1D = 1;
648-
string DisableEncoding = "";
649648
}
650649

651650
class R600_LDS_1A1D_NORET <bits<6> lds_op, string name, list<dag> pattern> :
@@ -658,7 +657,6 @@ class R600_LDS_1A1D_RET <bits<6> lds_op, string name, list<dag> pattern> :
658657

659658
let BaseOp = name;
660659
let usesCustomInserter = 1;
661-
let DisableEncoding = "$dst";
662660
}
663661

664662
class R600_LDS_1A2D <bits<6> lds_op, dag outs, string name, list<dag> pattern,

0 commit comments

Comments
 (0)