[all-commits] [llvm/llvm-project] 12903f: [NFC] Include PassID for runBeforePass children.

Shubham Sandeep Rastogi via All-commits all-commits at lists.llvm.org
Tue Jan 21 19:13:30 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12903fb3c73ad549c89585097f24d8b9952d849c
      https://github.com/llvm/llvm-project/commit/12903fb3c73ad549c89585097f24d8b9952d849c
  Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
  Date:   2025-01-21 (Tue, 21 Jan 2025)

  Changed paths:
    M llvm/include/llvm/Passes/DroppedVariableStatsIR.h
    M llvm/lib/Passes/DroppedVariableStatsIR.cpp
    M llvm/unittests/IR/DroppedVariableStatsIRTest.cpp

  Log Message:
  -----------
  [NFC] Include PassID for runBeforePass children.

Debugging the dropped variable statistics for large LLVM IR files can be
made easier if the functions called before an optimization pass is run
includes the PassID of the pass that will be run after statistics
metrics are collected. This patch adds that support.



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