[all-commits] [llvm/llvm-project] bdbe0e: llvm-reduce: Add new pass to inline call sites
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Sep 24 22:58:38 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/introduce-reduce-inline-call-sites-delta-pass
Home: https://github.com/llvm/llvm-project
Commit: bdbe0e80f3a0d70c6c94c6b4c8a5b35d18b44c4b
https://github.com/llvm/llvm-project/commit/bdbe0e80f3a0d70c6c94c6b4c8a5b35d18b44c4b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-09-25 (Thu, 25 Sep 2025)
Changed paths:
A llvm/test/tools/llvm-reduce/inline-call-sites-cost.ll
A llvm/test/tools/llvm-reduce/inline-call-sites.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/ReduceInlineCallSites.cpp
A llvm/tools/llvm-reduce/deltas/ReduceInlineCallSites.h
Log Message:
-----------
llvm-reduce: Add new pass to inline call sites
Added a primitive heuristic to avoid blowing up the code size
which could use more thought.
This helps cleanup some basic examples I've been looking at where
there is a worse result when just running a bug through the full
optimization pipeline vs. running just a single pass at the point
of failure.
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