[all-commits] [llvm/llvm-project] c018ae: [NewPM] Remove Reg2Mem Legacy Pass (#73404)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Nov 25 15:38:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c018ae92945b0f5ec1bd5581e8305a5db7b48169
https://github.com/llvm/llvm-project/commit/c018ae92945b0f5ec1bd5581e8305a5db7b48169
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-25 (Sat, 25 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/Reg2Mem.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[NewPM] Remove Reg2Mem Legacy Pass (#73404)
This pass isn't used anywhere upstream and thus has no test coverage.
For these reasons it should be removed.
More information about the All-commits
mailing list