[all-commits] [llvm/llvm-project] 3d12e7: [NewPM][LSR] Rename strength-reduce -> loop-reduce
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jul 2 11:16:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3d12e79094d2d3cb3d7e16dc16a456e1ec25ac1b
https://github.com/llvm/llvm-project/commit/3d12e79094d2d3cb3d7e16dc16a456e1ec25ac1b
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M llvm/lib/FuzzMutate/FuzzerCLI.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/Analysis/ScalarEvolution/depth-limit-overrun.ll
M llvm/test/Transforms/LoopStrengthReduce/ivchain.ll
Log Message:
-----------
[NewPM][LSR] Rename strength-reduce -> loop-reduce
The legacy pass was called "loop-reduce".
This lowers the number of check-llvm failures under NPM by 83.
Reviewed By: ychen
Differential Revision: https://reviews.llvm.org/D82925
More information about the All-commits
mailing list