[all-commits] [llvm/llvm-project] 99f74a: [SCEV] Remove unused ScalarEvolutionExpander.h inc...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Jan 4 10:30:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99f74a64a2dd75b91dc0dbd1f9a6298a1c21fd64
https://github.com/llvm/llvm-project/commit/99f74a64a2dd75b91dc0dbd1f9a6298a1c21fd64
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
M llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
Log Message:
-----------
[SCEV] Remove unused ScalarEvolutionExpander.h includes (NFC).
Commit: 51ef53f3bd23559203fe9af82ff2facbfedc1db3
https://github.com/llvm/llvm-project/commit/51ef53f3bd23559203fe9af82ff2facbfedc1db3
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
R llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
A llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
R llvm/lib/Analysis/ScalarEvolutionExpander.cpp
M llvm/lib/CodeGen/HardwareLoops.cpp
M llvm/lib/Target/ARM/MVETailPredication.cpp
M llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
M llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
M llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
M llvm/lib/Transforms/Scalar/LoopPredication.cpp
M llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
M llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
M llvm/lib/Transforms/Utils/LoopVersioning.cpp
A llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
M llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/unittests/Analysis/ScalarEvolutionTest.cpp
M llvm/unittests/Transforms/Utils/CMakeLists.txt
M llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp
A llvm/unittests/Transforms/Utils/ScalarEvolutionExpanderTest.cpp
Log Message:
-----------
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
SCEVExpander modifies the underlying function so it is more suitable in
Transforms/Utils, rather than Analysis. This allows using other
transform utils in SCEVExpander.
Reviewers: sanjoy.google, efriedma, reames
Reviewed By: sanjoy.google
Differential Revision: https://reviews.llvm.org/D71537
Compare: https://github.com/llvm/llvm-project/compare/1f950ced5046...51ef53f3bd23
More information about the All-commits
mailing list