[llvm][Inliner] Templatize PriorityInlineOrder
authorLiqiang Tao <taolq@outlook.com>
Mon, 12 Jul 2021 02:28:17 +0000 (10:28 +0800)
committerLiqiang Tao <taolq@outlook.com>
Mon, 12 Jul 2021 02:38:22 +0000 (10:38 +0800)
commit6ebeb7f8baf3feb6657c4e9c523fe61eca2dc43d
tree03eb10c172d5ea0547e7d7d4be71e93243d46986
parent0fb299072c5b26396ab84002445570f296be44b3
[llvm][Inliner] Templatize PriorityInlineOrder

The patch templatize PriorityInlinerOrder so that it can accept any type priority metric.

Reviewed By: kazu

Differential Revision: https://reviews.llvm.org/D104972
llvm/lib/Transforms/IPO/Inliner.cpp