[all-commits] [llvm/llvm-project] f8d008: [ConstraintElim] Remove legacy pass implementation.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jan 4 03:21:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8d008d19f3553315ef481844f96249d0cccb1e6
https://github.com/llvm/llvm-project/commit/f8d008d19f3553315ef481844f96249d0cccb1e6
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Scalar.h
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[ConstraintElim] Remove legacy pass implementation.
The pass is exclusively used with the new pass manager now, so remove
the legacy PM implementation.
More information about the All-commits
mailing list