[PATCH] D158681: [FunctionPropertiesAnalysis] Add CFG and call properties

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 08:14:13 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp:147
+
+        if (Call->getType()->isIntegerTy())
+          CallReturnsIntegerCount += Direction;
----------------
What about vector of int / vector of fp / vector of pointer


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