================
@@ -723,6 +724,16 @@ static void forEachUser(const Value *User,
}
}
+void Verifier::visitTargetExtType(TargetExtType *TTy) {
----------------
arsenm wrote:
maybe you could dig around in the type cache, but that's ugly
https://github.com/llvm/llvm-project/pull/105084