[all-commits] [llvm/llvm-project] b82083: [CGProfile] Remove unnecessary analysis callbacks ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Feb 28 05:51:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b82083b32b0516c3cb2dcf00e96b3e273b89b7d0
https://github.com/llvm/llvm-project/commit/b82083b32b0516c3cb2dcf00e96b3e273b89b7d0
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/CGProfile.cpp
Log Message:
-----------
[CGProfile] Remove unnecessary analysis callbacks (NFC)
These were used to abstract between NewPM and LegacyPM. Now that
the LegacyPM implementation is gone, we can fetch the analyses
directly from the FAM.
More information about the All-commits
mailing list