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 \
22; 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
44; RUN: cat %t | FileCheck -check-prefix=YAML %s
55
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 \
77; 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
99; RUN: cat %t | FileCheck -check-prefix=YAML %s
1010
1111; CHECK: remark: <unknown>:0:0: load of type i32 eliminated{{$}}
You can’t perform that action at this time.
0 commit comments