[all-commits] [llvm/llvm-project] 5356fe: [SCCP] Remove legacy SCCP pass.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Feb 18 09:55:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5356fefc19df3fbf32d180b1b10e6226e8743541
https://github.com/llvm/llvm-project/commit/5356fefc19df3fbf32d180b1b10e6226e8743541
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Changed paths:
M llvm/include/llvm-c/Transforms/Scalar.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/include/llvm/Transforms/Scalar.h
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/lib/Transforms/Scalar/SCCP.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[SCCP] Remove legacy SCCP pass.
This is part of the optimization pipeline, of which the legacy pass manager version is deprecated.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D144201
More information about the All-commits
mailing list