Skip to content

Commit 78a39c6

Browse files
simollllvm-beanz
andauthored
Update lib/DxilValidation/DxilValidation.cpp
Co-authored-by: Chris B <[email protected]>
1 parent 61607e7 commit 78a39c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DxilValidation/DxilValidation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ static void ValidateImmOperandsForMatVecOps(CallInst *CI, DXIL::OpCode OpCode,
11081108
return;
11091109
}
11101110

1111-
auto MLValue = MatrixLayoutConst->getLimitedValue();
1111+
uint64_t MLValue = MatrixLayoutConst->getLimitedValue();
11121112
if (!CheckMatrixLayout(MLValue)) {
11131113
ValCtx.EmitInstrError(CI,
11141114
ValidationRule::InstrLinalgInvalidMatrixLayoutValue);

0 commit comments

Comments
 (0)