[PATCH] D158018: [FunctionPropertiesAnalysis] Add operand type counts
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 13:31:35 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 operand type counts to the detailed function properties
analysis. This is intended to enable more interesting and detailed
comparisons across different languages on specific metrics (like usage
of inline assembly or global values).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158018
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: D158018.550453.patch
Type: text/x-patch
Size: 8325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230815/3e4576ef/attachment.bin>
More information about the llvm-commits
mailing list