Skip to content

Commit 50e0b73

Browse files
simollllvm-beanz
andauthored
Update lib/DxilValidation/DxilValidation.cpp
Co-authored-by: Chris B <[email protected]>
1 parent 5e72dbf commit 50e0b73

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
@@ -1182,7 +1182,7 @@ static void ValidateImmOperandsForOuterProdAcc(CallInst *CI,
11821182
ValCtx.EmitInstrError(CI,
11831183
ValidationRule::InstrLinalgMatrixShapeParamsAreConst);
11841184
ConstantInt *ML = cast<ConstantInt>(MatrixLayout);
1185-
auto MLValue = ML->getLimitedValue();
1185+
uint64_t MLValue = ML->getLimitedValue();
11861186
if (!CheckMatrixLayout(MLValue))
11871187
ValCtx.EmitInstrError(CI,
11881188
ValidationRule::InstrLinalgInvalidMatrixLayoutValue);

0 commit comments

Comments
 (0)