[all-commits] [llvm/llvm-project] 1bd048: [LiveRegUnits] Remove use of std::function from ph...
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu Sep 7 08:34:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bd048532610e14a8bb19c2f6b90ecac093cec67
https://github.com/llvm/llvm-project/commit/1bd048532610e14a8bb19c2f6b90ecac093cec67
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M llvm/include/llvm/CodeGen/LiveRegUnits.h
Log Message:
-----------
[LiveRegUnits] Remove use of std::function from phys_regs_and_masks (#65615)
This removes some std::function boilerplate from my profile of the
most frequently called functions in llc. The geomean speed up of 0.01%
just barely shows up on https://llvm-compile-time-tracker.com/
More information about the All-commits
mailing list