[all-commits] [llvm/llvm-project] 247085: [NewPM] Remove ScalarizerLegacyPass (#72814)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Nov 20 01:09:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2470857fe701f41278dac33580ca8b0bdb38031f
https://github.com/llvm/llvm-project/commit/2470857fe701f41278dac33580ca8b0bdb38031f
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/Scalarizer.h
M llvm/lib/Transforms/Scalar/Scalar.cpp
M llvm/lib/Transforms/Scalar/Scalarizer.cpp
Log Message:
-----------
[NewPM] Remove ScalarizerLegacyPass (#72814)
This pass isn't used anywhere upstream and thus has no test coverage.
Because of these reasons, remove it.
More information about the All-commits
mailing list