Skip to content

Commit 441c4a4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/DxilValidation/DxilValidation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ static void ValidateImmOperandsForOuterProdAcc(CallInst *CI,
11721172
CI, ValidationRule::InstrLinalgInterpretationParamAreConst);
11731173
}
11741174
ConstantInt *MI = cast<ConstantInt>(MatrixInterpretation);
1175-
auto MIValue = MI->getLimitedValue();
1175+
uint64_t MIValue = MI->getLimitedValue();
11761176
if (!CheckInMemoryInterpretations(MIValue)) {
11771177
ValCtx.EmitInstrError(CI,
11781178
ValidationRule::InstrLinalgInvalidMemoryInterpValue);

0 commit comments

Comments
 (0)