mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[LoopDist] Add missing RUN line in test from r268006
llvm-svn: 268007
This commit is contained in:
parent
33fcad4825
commit
01846957ca
@ -4,6 +4,8 @@
|
||||
; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=MISSED_REMARKS
|
||||
; RUN: opt -loop-distribute -S -pass-remarks-analysis=loop-distribute < %s 2>&1 \
|
||||
; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=ANALYSIS_REMARKS
|
||||
; RUN: opt -loop-distribute -S -pass-remarks=loop-distribute < %s 2>&1 \
|
||||
; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=REMARKS
|
||||
|
||||
; This is the input program:
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user