[PATCH] D158018: [FunctionPropertiesAnalysis] Add operand type counts

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 21:30:38 PDT 2023


aidengrossman updated this revision to Diff 550600.
aidengrossman added a comment.

Address reviewer feedback.

- Convert counting operands into a macro.
- Convert printing properties into a macro.


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.550600.patch
Type: text/x-patch
Size: 12544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230816/0015d977/attachment.bin>


More information about the llvm-commits mailing list