[NFC] Set a variable in the mlir data formatter (#65554)

The formatter fails when num_children is invoked and self.impl_type is
not set.
This commit is contained in:
Walter Erquinigo 2023-09-06 20:13:39 -04:00 committed by GitHub
parent 8f675d1a26
commit 9d1063642c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,7 @@ class AttrTypeSynthProvider:
valobj, self.abstractVal, internal_dict
)
if not self.type:
self.impl_type = None
return
# Grab the ImplTy from the resolved type. This is the 3rd template