[all-commits] [llvm/llvm-project] 825e16: [LAA] Pass LoopAccessInfoManager instead of GetLAA...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Oct 4 03:52:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 825e16969eb7036873b6137cfb0ebc37b1f64798
https://github.com/llvm/llvm-project/commit/825e16969eb7036873b6137cfb0ebc37b1f64798
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
M llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
M llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
M llvm/lib/Transforms/Utils/LoopVersioning.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LAA] Pass LoopAccessInfoManager instead of GetLAA function.
Use LoopAccessInfoManager directly instead of various GetLAA lambdas.
Depends on D134608.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D134609
More information about the All-commits
mailing list