[all-commits] [llvm/llvm-project] 89bcfd: Recommit "[FuncSpec] Decouple cost/benefit analysi...
sjoerdmeijer via All-commits
all-commits at lists.llvm.org
Fri Dec 17 01:03:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89bcfd16325740ad4d0503a0f9854a70bb10867c
https://github.com/llvm/llvm-project/commit/89bcfd16325740ad4d0503a0f9854a70bb10867c
Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
Log Message:
-----------
Recommit "[FuncSpec] Decouple cost/benefit analysis, allowing sorting of candidates."
Replaced llvm:sort with llvm::stable_sort, this was failing on the bot with
expensive checks enabled.
More information about the All-commits
mailing list