[all-commits] [llvm/llvm-project] c6931c: [FuncSpec] Only compute Latency bonus when necessa...
Hari Limaye via All-commits
all-commits at lists.llvm.org
Wed Oct 23 01:06:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6931c25255c913c5f0a650440b6150dd574f984
https://github.com/llvm/llvm-project/commit/c6931c25255c913c5f0a650440b6150dd574f984
Author: Hari Limaye <hari.limaye at arm.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h
M llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
M llvm/test/Transforms/SCCP/ipsccp-preserve-pdt.ll
M llvm/unittests/Transforms/IPO/FunctionSpecializationTest.cpp
Log Message:
-----------
[FuncSpec] Only compute Latency bonus when necessary (#113159)
Only compute the Latency component of a specialisation's Bonus when
necessary, to avoid unnecessarily computing the Block Frequency
Information for a Function.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list