Remove spurious debug dump.

integrate_20230911_laurenzo
Stella Laurenzo 2023-09-12 13:05:38 -07:00
parent 0035e7cca7
commit 0be88a2313
1 changed files with 0 additions and 2 deletions

View File

@ -1622,8 +1622,6 @@ static bool areSizesAndDtypesCompatible(BaseTensorType a, BaseTensorType b) {
bool NonValueTensorLiteralOp::isCompatibleReturnTypes(TypeRange inferred,
TypeRange actual) {
llvm::errs() << "isCompatibleReturnTypes:";
actual[0].dump();
if (!actual[0].isa<BaseTensorType>())
return false;
return areSizesAndDtypesCompatible(inferred[0].cast<BaseTensorType>(),