[all-commits] [llvm/llvm-project] 6e2b77: Add a pass to collect dropped var stats for MIR. (...

Shubham Sandeep Rastogi via All-commits all-commits at lists.llvm.org
Mon Nov 18 15:56:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e2b77d4696d4a672635c0ba1ead4824e2158a7d
      https://github.com/llvm/llvm-project/commit/6e2b77d4696d4a672635c0ba1ead4824e2158a7d
  Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
  Date:   2024-11-18 (Mon, 18 Nov 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/DroppedVariableStats.h
    M llvm/include/llvm/CodeGen/MachineFunctionPass.h
    M llvm/lib/CodeGen/DroppedVariableStats.cpp
    M llvm/lib/CodeGen/MachineFunctionPass.cpp
    M llvm/unittests/MIR/CMakeLists.txt
    A llvm/unittests/MIR/DroppedVariableStatsMIRTest.cpp

  Log Message:
  -----------
  Add a pass to collect dropped var stats for MIR. (#115566)

This patch uses the DroppedVariableStats class to add dropped variable
statistics for MIR passes.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list