[all-commits] [llvm/llvm-project] 02230e: [NewPM] Remove AAEval Legacy Pass (#71358)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Nov 6 21:43:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02230e12d77a19e4e21ad55ce9738faf84a95903
https://github.com/llvm/llvm-project/commit/02230e12d77a19e4e21ad55ce9738faf84a95903
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
M llvm/lib/Analysis/Analysis.cpp
Log Message:
-----------
[NewPM] Remove AAEval Legacy Pass (#71358)
This patch removes the AAEval legacy pass and associated plumbing. This
pass was migrated over to the new pass manager about 11 years ago at
this point and there are currently no in-tree users of the legacy pass,
so it's essentially just dead code and is completely untested.
More information about the All-commits
mailing list