[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:
Arthur Eubanks 2020-12-28 14:41:58 -08:00
parent e6ae623314
commit 85af1d6257
1 changed files with 2 additions and 1 deletions

View File

@ -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.