1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[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.
This commit is contained in:
Arthur Eubanks 2020-12-07 17:36:18 -08:00
parent fded1f02ae
commit 853ad112ab
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt -S -loop-fusion -debug-only=loop-fusion -disable-output < %s 2>&1 | FileCheck %s
; RUN: opt -S -loop-simplify -loop-fusion -debug-only=loop-fusion -disable-output < %s 2>&1 | FileCheck %s
; REQUIRES: asserts
@B = common global [1024 x i32] zeroinitializer, align 16

View File

@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -S -loop-fusion < %s | FileCheck %s
; RUN: opt -S -loop-simplify -loop-fusion < %s | FileCheck %s
@B = common global [1024 x i32] zeroinitializer, align 16