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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 10:08:20 PDT 2024


================
@@ -723,6 +724,16 @@ static void forEachUser(const Value *User,
   }
 }
 
+void Verifier::visitTargetExtType(TargetExtType *TTy) {
----------------
arsenm wrote:

Almost certainly 

https://github.com/llvm/llvm-project/pull/105084


More information about the llvm-commits mailing list