[PATCH] D158681: [FunctionPropertiesAnalysis] Add CFG and call properties
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 25 13:58:30 PDT 2023
aidengrossman marked an inline comment as done.
aidengrossman added inline comments.
================
Comment at: llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp:147
+
+ if (Call->getType()->isIntegerTy())
+ CallReturnsIntegerCount += Direction;
----------------
arsenm wrote:
> What about vector of int / vector of fp / vector of pointer
Thanks for the suggestion! Added. Could provide some interesting information.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158681/new/
https://reviews.llvm.org/D158681
More information about the llvm-commits
mailing list