File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ; RUN: opt < %s -passes=gvn -o /dev/null -S -pass-remarks=gvn -pass-remarks-missed=gvn \
1
+ ; RUN: opt < %s -passes=gvn -disable-output -pass-remarks=gvn -pass-remarks-missed=gvn \
2
2
; RUN: 2>&1 | FileCheck %s
3
- ; RUN: opt < %s -passes=gvn -o /dev/null -pass-remarks-output=%t -S
3
+ ; RUN: opt < %s -passes=gvn -disable-output -pass-remarks-output=%t -S
4
4
; RUN: cat %t | FileCheck -check-prefix=YAML %s
5
5
6
- ; RUN: opt < %s -aa-pipeline=basic-aa -passes=gvn -o /dev/null -S -pass-remarks=gvn -pass-remarks-missed=gvn \
6
+ ; RUN: opt < %s -aa-pipeline=basic-aa -passes=gvn -disable-output -pass-remarks=gvn -pass-remarks-missed=gvn \
7
7
; RUN: 2>&1 | FileCheck %s
8
- ; RUN: opt < %s -aa-pipeline=basic-aa -passes=gvn -o /dev/null -pass-remarks-output=%t -S
8
+ ; RUN: opt < %s -aa-pipeline=basic-aa -passes=gvn -disable-output -pass-remarks-output=%t -S
9
9
; RUN: cat %t | FileCheck -check-prefix=YAML %s
10
10
11
11
; CHECK: remark: <unknown>:0:0: load of type i32 eliminated{{$}}
You can’t perform that action at this time.
0 commit comments