[all-commits] [llvm/llvm-project] 1e835b: [ModuleInliner] Skip function declarations during ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon May 4 14:38:38 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e835b3fe54f0c5f489a8d578507612abd56ccad
https://github.com/llvm/llvm-project/commit/1e835b3fe54f0c5f489a8d578507612abd56ccad
Author: Kazu Hirata <kazu at google.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M llvm/lib/Transforms/IPO/ModuleInliner.cpp
Log Message:
-----------
[ModuleInliner] Skip function declarations during candidate scan (#195567)
This patch skips function declarations during the candidate scan in
ModuleInlinerPass::run as declarations do not have bodies.
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