[all-commits] [llvm/llvm-project] 64314d: [InlineCost] Print inline cost for invoke call sit...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Fri Nov 1 09:55:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64314dedebfcb03cc5bdc819513218304c892863
https://github.com/llvm/llvm-project/commit/64314dedebfcb03cc5bdc819513218304c892863
Author: Min-Yih Hsu <min.hsu at sifive.com>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M llvm/lib/Analysis/InlineCost.cpp
M llvm/test/Transforms/Inline/inline-cost-annotation-pass.ll
Log Message:
-----------
[InlineCost] Print inline cost for invoke call sites as well (#114476)
Previously InlineCostAnnotationPrinter only prints inline cost for call
instructions. I don't think there is any reason not to analyze invoke
and its callee, and this patch adds such 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