[llvm] [IR] Verify parameters of TargetExtTypes (PR #105084)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 09:36:21 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list