[llvm-branch-commits] [CallSiteInfo][CallGraphSection] Extract and propagate indirect call type ids (PR #87575)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 7 14:29:08 PDT 2024
================
@@ -488,6 +490,35 @@ class LLVM_EXTERNAL_VISIBILITY MachineFunction {
/// Callee type id.
ConstantInt *TypeId = nullptr;
+
+ CallSiteInfo() {}
----------------
arsenm wrote:
```suggestion
CallSiteInfo() = default;
```
https://github.com/llvm/llvm-project/pull/87575
More information about the llvm-branch-commits
mailing list