Skip to content

Commit 742bcee

Browse files
authored
[AMDGPU] Drop duplicated field HasMatrixReuse. NFCI. (#153467)
1 parent d9d9d9a commit 742bcee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,6 @@ class VOPProfile <list<ValueType> _ArgVT, bit _EnableClamp = 0> {
27082708
isModifierType<Src2VT>.ret,
27092709
HasOMod);
27102710
field bit HasNeg = HasModifiers;
2711-
field bit HasMatrixReuse = 0;
27122711
field bit HasMatrixFMT = 0;
27132712
field bit HasMatrixScale = 0;
27142713
field bit HasMatrixReuse = 0;

0 commit comments

Comments
 (0)