[all-commits] [llvm/llvm-project] b9975c: [NewPM] Remove LoopSinkLegacy Pass (#72811)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Nov 20 00:59:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9975cec0ea0a2f10d65b7bd1197d9e1706cbd3d
https://github.com/llvm/llvm-project/commit/b9975cec0ea0a2f10d65b7bd1197d9e1706cbd3d
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/include/llvm/Transforms/Scalar.h
M llvm/lib/Transforms/Scalar/LoopSink.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[NewPM] Remove LoopSinkLegacy Pass (#72811)
This pass isn't used anywhere and thus has no test coverage. For these
reasons, remove it.
More information about the All-commits
mailing list