[all-commits] [llvm/llvm-project] 9a7c03: [SCEV] Remove unused getOrInsertCanonicalInduction...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 9 09:25:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a7c03b80092d8efb57f7176d14b2bfa7743f245
https://github.com/llvm/llvm-project/commit/9a7c03b80092d8efb57f7176d14b2bfa7743f245
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-09 (Sat, 09 Jan 2021)
Changed paths:
M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
Log Message:
-----------
[SCEV] Remove unused getOrInsertCanonicalInductionVariable (NFC)
The last use was removed on Mar 22, 2012 in commit
f47d0af5515bee47dfd000363740fe347bb6cd18.
Commit: 4d92ab1669a4a74219c655e00c6de6ea03b16fe8
https://github.com/llvm/llvm-project/commit/4d92ab1669a4a74219c655e00c6de6ea03b16fe8
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-09 (Sat, 09 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/MergeICmps.cpp
Log Message:
-----------
[Transforms] Use llvm::find_if (NFC)
Commit: 6a6e382161a9e37d8022de205bd1e1ac5762befd
https://github.com/llvm/llvm-project/commit/6a6e382161a9e37d8022de205bd1e1ac5762befd
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-09 (Sat, 09 Jan 2021)
Changed paths:
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
M llvm/lib/Analysis/StackSafetyAnalysis.cpp
M llvm/lib/CodeGen/MachineOutliner.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
M llvm/tools/dsymutil/DebugMap.cpp
M llvm/utils/TableGen/CodeGenSchedule.cpp
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
[llvm] Drop unnecessary make_range (NFC)
Compare: https://github.com/llvm/llvm-project/compare/de373ef77988...6a6e382161a9
More information about the All-commits
mailing list