================ @@ -1622,6 +1622,9 @@ class CodeGenModule : public CodeGenTypeCache { void CreateFunctionTypeMetadataForIcall(const FunctionDecl *FD, llvm::Function *F); + /// Create and attach type metadata to the given call. + void CreateCalleeTypeMetadataForIcall(const QualType &QT, llvm::CallBase *CB); ---------------- ilovepi wrote:
```suggestion void createCalleeTypeMetadataForIcall(const QualType &QT, llvm::CallBase *CB); ``` The existing API should probably be renamed as well, but that should happen separately. https://github.com/llvm/llvm-project/pull/117036 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits