[all-commits] [llvm/llvm-project] 35716f: [test] Completely pin PR37334-break-crit-edges-req...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Nov 9 12:49:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 35716f1b7d490d133a90412b8ed02e3ce1552923
https://github.com/llvm/llvm-project/commit/35716f1b7d490d133a90412b8ed02e3ce1552923
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/test/Transforms/Util/PR37334-break-crit-edges-require-dt.ll
Log Message:
-----------
[test] Completely pin PR37334-break-crit-edges-require-dt.ll to legacy PM
This tests legacy PM specific code (https://bugs.llvm.org/show_bug.cgi?id=37334).
This is failing under the new PM because -loop-sink is a function pass,
not a loop pass, and doesn't run -loop-simplify.
More information about the All-commits
mailing list