[PATCH] D158018: [FunctionPropertiesAnalysis] Add operand type counts
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 15:20:42 PDT 2023
aidengrossman updated this revision to Diff 550504.
aidengrossman marked 2 inline comments as done.
aidengrossman added a comment.
Address some reviewer feedback.
- Denote integer and FP constant counts as operand counts.
- Add unknown operand count.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158018/new/
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.550504.patch
Type: text/x-patch
Size: 9075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230815/1bb3b538/attachment.bin>
More information about the llvm-commits
mailing list