[all-commits] [llvm/llvm-project] ae0c20: [LoopLoadElimination] Remove legacy pass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 14 16:01:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae0c203e676ef0b3550cb367ad9a42ce442d332e
https://github.com/llvm/llvm-project/commit/ae0c203e676ef0b3550cb367ad9a42ce442d332e
Author: Fangrui Song <i at maskray.me>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Scalar.h
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[LoopLoadElimination] Remove legacy pass
Following recent changes to remove non-core features of the legacy PM/optimization pipeline.
More information about the All-commits
mailing list