[PATCH] D107110: [CallSiteInfo][CallGraphSection] Extend CallSiteInfo with TypeId
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 29 16:39:09 PDT 2021
vitalybuka added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MIRYamlMapping.h:460
+
bool operator==(const CallSiteInfo &Other) const {
return CallLocation.BlockNum == Other.CallLocation.BlockNum &&
----------------
Why this is not in the operator==
same for ArgForwardingRegs
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107110/new/
https://reviews.llvm.org/D107110
More information about the llvm-commits
mailing list