[PATCH] D141048: [SelectionDAG] Add pcsections recursively on SDNode values
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 06:39:25 PST 2023
melver added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/SelectionDAG.h:2364
+ void addPCSections(const SDNode *Node, MDNode *MD,
+ SmallPtrSet<const llvm::SDNode *, 32> Visited);
+
----------------
I think this function wants to receive a reference to the set - I'll fix it up for you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141048/new/
https://reviews.llvm.org/D141048
More information about the llvm-commits
mailing list