[all-commits] [llvm/llvm-project] 57fd86: [LoopPassManager] Implement and use LoopNestAnalys...
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Sep 2 10:59:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57fd8665516161c3d2dbe3f0ad8461552967692a
https://github.com/llvm/llvm-project/commit/57fd8665516161c3d2dbe3f0ad8461552967692a
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M llvm/lib/Analysis/LoopNestAnalysis.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Scalar/LoopPassManager.cpp
M llvm/unittests/Transforms/Scalar/LoopPassManagerTest.cpp
Log Message:
-----------
[LoopPassManager] Implement and use LoopNestAnalysis::run() instead of manually creating LoopNests
The current code is basically just emulating what the analysis manager does.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D132581
More information about the All-commits
mailing list