[llvm] [LLVM] Successor count added to InstCount (PR #171670)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 12:53:14 PST 2025
https://github.com/boomanaiden154 commented:
I think it makes more sense to do this within FunctionPropertiesAnalysis.
https://github.com/llvm/llvm-project/blob/62e00a03fba029f82d421fb3c814a6a02d59b8c8/llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h#L91
We already collect some data around successors, so that might cover what you need.
https://github.com/llvm/llvm-project/pull/171670
More information about the llvm-commits
mailing list