Skip to content

Commit 083f258

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

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
@@ -1091,7 +1091,7 @@ static void ValidateImmOperandsForMatVecOps(CallInst *CI, DXIL::OpCode OpCode,
10911091
return;
10921092
}
10931093

1094-
auto MIValue = MI->getLimitedValue();
1094+
uint64_t MIValue = MI->getLimitedValue();
10951095
if (!CheckInMemoryInterpretations(MIValue)) {
10961096
ValCtx.EmitInstrError(CI,
10971097
ValidationRule::InstrLinalgInvalidMemoryInterpValue);

0 commit comments

Comments
 (0)