[PATCH] D105915: [CallSiteInfo][CallGraphSection] Extend CallSiteInfo for indirect call type ids
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 14:18:27 PDT 2021
vitalybuka added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineFunction.h:419
+
+ struct CallSiteInfo {
+ /// Vector of call argument and its forwarding register.
----------------
vitalybuka wrote:
> Try to extract separate NFC patch for SmallVector<ArgRegPair, 1> -> struct CallSiteInfo
to clarify, extractNumericCGTypeId stuff should be in a separate patch with some tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105915/new/
https://reviews.llvm.org/D105915
More information about the llvm-commits
mailing list