[PATCH] D153154: [NFC][Inliner] Introduce another multiplier for cost benefit analysis and make multipliers overriddable in TargetTransformInfo.
Mingming Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 25 13:42:08 PDT 2023
mingmingl added inline comments.
================
Comment at: llvm/test/Transforms/Inline/inline-cost-benefit-multiplier-override.ll:69
+!18 = !{!"function_entry_count", i64 400}
\ No newline at end of file
----------------
kazu wrote:
> Insert a new line at the end.
>
Whoops. This `No newline at end of file` should be an inserted by the editor. I removed it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153154/new/
https://reviews.llvm.org/D153154
More information about the llvm-commits
mailing list