================ @@ -496,6 +496,9 @@ class LLVM_ABI MachineFunction { struct CallSiteInfo { /// Vector of call argument and its forwarding register. SmallVector<ArgRegPair, 1> ArgRegPairs; + + /// Callee type id. + ConstantInt *TypeId = nullptr; ---------------- ilovepi wrote:
```suggestion ConstantInt *CalleeTypeId = nullptr; ``` Seems less ambiguous. https://github.com/llvm/llvm-project/pull/87574 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits