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

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 16:05:45 PDT 2023


aidengrossman created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
aidengrossman requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds in a couple more properties related to call instructions
and the CFG within the function that should expose a little bit more
about the characteristics of the function.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158681

Files:
  llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
  llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
  llvm/test/Analysis/FunctionPropertiesAnalysis/matmul.ll
  llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158681.552916.patch
Type: text/x-patch
Size: 11316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230823/6cc0ad2a/attachment.bin>


More information about the llvm-commits mailing list