[all-commits] [llvm/llvm-project] a409f3: [LoopVersioningLICM] Remove legacy pass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 14 21:40:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a409f3c069145547db204099676c643ccd8b30d7
https://github.com/llvm/llvm-project/commit/a409f3c069145547db204099676c643ccd8b30d7
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/LinkAllPasses.h
M llvm/include/llvm/Transforms/Scalar.h
M llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[LoopVersioningLICM] 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