[all-commits] [llvm/llvm-project] deac8b: [test] Fix widen-iv.ll under NPM
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Dec 7 19:39:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: deac8b1f450ff7d2d00218d962c3e7e5ff1ff86e
https://github.com/llvm/llvm-project/commit/deac8b1f450ff7d2d00218d962c3e7e5ff1ff86e
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-12-07 (Mon, 07 Dec 2020)
Changed paths:
M llvm/test/Transforms/LoopFlatten/widen-iv.ll
Log Message:
-----------
[test] Fix widen-iv.ll under NPM
The -loop-flatten legacy pass preserves loop analyses. The legacy PM
will check all passes that preserve loop analyses that they preserve
LCSSA. This implicitly involves running -loop-simplify. The test
shouldn't depend on verify flags being set in order to run
-loop-simplify, so explicitly add it. The new PM ends up not running it
otherwise.
More information about the All-commits
mailing list