[all-commits] [llvm/llvm-project] b05706: llvm-reduce: Add pass to sink defs to uses

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Dec 2 07:51:04 PST 2025


  Branch: refs/heads/users/arsenm/llvm-reduce/add-sink-defs-to-uses-pass
  Home:   https://github.com/llvm/llvm-project
  Commit: b05706f8be648aee9a6cc6edac61a339d78aa322
      https://github.com/llvm/llvm-project/commit/b05706f8be648aee9a6cc6edac61a339d78aa322
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-12-02 (Tue, 02 Dec 2025)

  Changed paths:
    A llvm/test/tools/llvm-reduce/reduce-sink-defs-to-uses.ll
    M llvm/tools/llvm-reduce/CMakeLists.txt
    M llvm/tools/llvm-reduce/DeltaManager.cpp
    M llvm/tools/llvm-reduce/DeltaPasses.def
    A llvm/tools/llvm-reduce/deltas/ReduceSinkDefsToUses.cpp
    A llvm/tools/llvm-reduce/deltas/ReduceSinkDefsToUses.h
    M llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn

  Log Message:
  -----------
  llvm-reduce: Add pass to sink defs to uses

The intent is to reduce live ranges and reduce
the impact on later scheduling on the testcase.



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