[all-commits] [llvm/llvm-project] 689b8e: [test] Fix LoopFusion tests under NewPM
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Dec 7 17:38:04 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 689b8e91f256b62519042c9a118d4b0ec1553b18
https://github.com/llvm/llvm-project/commit/689b8e91f256b62519042c9a118d4b0ec1553b18
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-12-07 (Mon, 07 Dec 2020)
Changed paths:
M llvm/test/Transforms/LoopFusion/cannot_fuse.ll
M llvm/test/Transforms/LoopFusion/simple.ll
Log Message:
-----------
[test] Fix LoopFusion tests under NewPM
The legacy pass depended on -loop-simplify running. The NPM does not
allow for a non-analysis pass to depend on another non-analysis pass.
More information about the All-commits
mailing list