[AMDGPU] Drop duplicated field HasMatrixReuse. NFCI. (#153467)

This commit is contained in:
Stanislav Mekhanoshin 2025-08-13 23:00:30 -07:00 committed by GitHub
parent d9d9d9ad19
commit 742bcee2a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2708,7 +2708,6 @@ class VOPProfile <list<ValueType> _ArgVT, bit _EnableClamp = 0> {
isModifierType<Src2VT>.ret,
HasOMod);
field bit HasNeg = HasModifiers;
field bit HasMatrixReuse = 0;
field bit HasMatrixFMT = 0;
field bit HasMatrixScale = 0;
field bit HasMatrixReuse = 0;