[all-commits] [llvm/llvm-project] 481709: [NewPM][opt] Share -disable-loop-unrolling between...
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Jul 8 08:54:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 481709e831b9e14793dea0a825ecc9cd5f1950ca
https://github.com/llvm/llvm-project/commit/481709e831b9e14793dea0a825ecc9cd5f1950ca
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M llvm/test/Transforms/LoopUnroll/FullUnroll.ll
M llvm/tools/opt/NewPMDriver.cpp
M llvm/tools/opt/opt.cpp
Log Message:
-----------
[NewPM][opt] Share -disable-loop-unrolling between pass managers
There's no reason to introduce a new option for the NPM.
The various PGO options are shared in this manner.
Reviewed By: echristo
Differential Revision: https://reviews.llvm.org/D83368
More information about the All-commits
mailing list