[all-commits] [llvm/llvm-project] 5fb0ae: [LegacyPM] Remove unused getAdjustedAnalysisPointe...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 26 00:04:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fb0ae1a5b5849cddeaf2f3e3fe64f45282d74d4
https://github.com/llvm/llvm-project/commit/5fb0ae1a5b5849cddeaf2f3e3fe64f45282d74d4
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M llvm/docs/AliasAnalysis.rst
M llvm/include/llvm/Pass.h
M llvm/include/llvm/PassAnalysisSupport.h
M llvm/lib/IR/Pass.cpp
Log Message:
-----------
[LegacyPM] Remove unused getAdjustedAnalysisPointer() method (NFC) (#145738)
This never actually gets overridden and always returns this, so drop it.
Noticed this looking into why the pass vtables are so huge.
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