forked from OSchip/llvm-project
[test] Fix pr45360.ll under NPM
The IR is the same under the NPM, but some basic block labels and value names are different.
This commit is contained in:
parent
e6ae623314
commit
85af1d6257
|
@ -1,5 +1,6 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt -S -O2 -scev-cheap-expansion-budget=1024 %s | FileCheck %s
|
||||
; TODO: Run under new PM after switch. The IR is the same but basic block labels are different.
|
||||
; RUN: opt -S -O2 -scev-cheap-expansion-budget=1024 %s -enable-new-pm=0 | FileCheck %s
|
||||
|
||||
; See https://bugs.llvm.org/show_bug.cgi?id=45360
|
||||
; This is reduced from that (runnable) test.
|
||||
|
|
Loading…
Reference in New Issue