[MLIR] Remove overly verbose Debug for TypeID checks (NFC) (#150751)

These are spammy and mostly uninteresting during debugging.
This commit is contained in:
Mehdi Amini
2025-07-27 20:21:03 +02:00
committed by GitHub
parent 5983d7db7d
commit 865dd278a9

View File

@@ -27,9 +27,6 @@ namespace {
struct ImplicitTypeIDRegistry {
/// Lookup or insert a TypeID for the given type name.
TypeID lookupOrInsert(StringRef typeName) {
LLVM_DEBUG(llvm::dbgs() << "ImplicitTypeIDRegistry::lookupOrInsert("
<< typeName << ")\n");
// Perform a heuristic check to see if this type is in an anonymous
// namespace. String equality is not valid for anonymous types, so we try to
// abort whenever we see them.