[PATCH] D104028: [llvm][Inliner] Add an optional PriorityInlineOrder
Kazu Hirata via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 17 10:08:00 PDT 2021
kazu added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Inliner.cpp:800
// process these in-order and append new calls introduced during inlining to
- // the end.
+ // the end. The PriorityInlineOrder is optional here, in which the samller
+ // callsite would have a higher priority to inline.
----------------
`smaller`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104028/new/
https://reviews.llvm.org/D104028
More information about the llvm-commits
mailing list