[all-commits] [llvm/llvm-project] 766065: [LoopUnrollAndJam] Remove legacy pass
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 14 17:23:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 766065aa6553df4030e6f563b066410fcee9d751
https://github.com/llvm/llvm-project/commit/766065aa6553df4030e6f563b066410fcee9d751
Author: Fangrui Song <i at maskray.me>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M llvm/include/llvm-c/Transforms/Scalar.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/include/llvm/Transforms/Scalar.h
M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
M llvm/lib/Transforms/Scalar/Scalar.cpp
Log Message:
-----------
[LoopUnrollAndJam] 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