[all-commits] [llvm/llvm-project] 9f2b87: [inliner] Add per-SCC-pass InlineAdvisor printing ...
Northbadge via All-commits
all-commits at lists.llvm.org
Tue Jun 14 08:07:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f2b873a7de78c191811d03fd6b30cfc5c04505e
https://github.com/llvm/llvm-project/commit/9f2b873a7de78c191811d03fd6b30cfc5c04505e
Author: Jin Xin Ng <njx at google.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M llvm/include/llvm/Analysis/InlineAdvisor.h
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Transforms/IPO/Inliner.cpp
A llvm/test/Transforms/Inline/ML/enable-inline-advisor-printing-ml.ll
A llvm/test/Transforms/Inline/enable-inline-advisor-printing.ll
Log Message:
-----------
[inliner] Add per-SCC-pass InlineAdvisor printing option
Adds option to print the contents of the Inline Advisor after each SCC Inliner pass
Reviewed By: mtrofin
Differential Revision: https://reviews.llvm.org/D127689
More information about the All-commits
mailing list