[all-commits] [llvm/llvm-project] aad364: [FunctionPropertiesAnalysis] Add CFG and call prop...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Aug 25 15:02:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aad3641e80de0de149135e7ee1b5cf585c79b187
https://github.com/llvm/llvm-project/commit/aad3641e80de0de149135e7ee1b5cf585c79b187
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/test/Analysis/FunctionPropertiesAnalysis/matmul.ll
M llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp
Log Message:
-----------
[FunctionPropertiesAnalysis] Add CFG and call properties
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.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D158681
More information about the All-commits
mailing list