[all-commits] [llvm/llvm-project] b8f191: [FunctionPropertiesAnalysis] Add operand type counts

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Aug 18 13:27:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8f191e054dd136dfe7448c9c304884bdcf6a88c
      https://github.com/llvm/llvm-project/commit/b8f191e054dd136dfe7448c9c304884bdcf6a88c
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-08-18 (Fri, 18 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 operand type counts

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).

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D158018




More information about the All-commits mailing list