forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
c56ec7bede
commit
35716f1b7d
|
@ -1,5 +1,5 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -loop-sink -break-crit-edges -branch-prob -S | FileCheck %s
|
||||
; RUN: opt < %s -loop-sink -break-crit-edges -branch-prob -S -enable-new-pm=0 | FileCheck %s
|
||||
; RUN: opt < %s -loop-sink -break-crit-edges -lazy-block-freq -S -enable-new-pm=0 | FileCheck %s
|
||||
; RUN: opt < %s -loop-sink -break-crit-edges -lazy-branch-prob -S -enable-new-pm=0 | FileCheck %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue