[PATCH] D126300: refactor InlinePriority

Liqiang Tao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 07:15:50 PDT 2022


taolq created this revision.
Herald added subscribers: ormris, hiraditya.
Herald added a project: All.
taolq requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

replace lambda with Comparator

back to cmp & remove Comparator


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126300

Files:
  llvm/include/llvm/Analysis/InlineOrder.h
  llvm/lib/Transforms/IPO/ModuleInliner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126300.431667.patch
Type: text/x-patch
Size: 5961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/6992553f/attachment.bin>


More information about the llvm-commits mailing list