-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed
Labels
Description
This test is failing in the CI checks for both linux and windows (and linux aarch64 too)
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-module,no-op-module /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-NOOP-MP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-module,no-op-module /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-NOOP-MP
# note: command had no output on stdout or stderr
# RUN: at line 7
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='module(no-op-module,no-op-module)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-TWO-NOOP-MP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=module(no-op-module,no-op-module)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-TWO-NOOP-MP
# note: command had no output on stdout or stderr
# RUN: at line 13
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-function,no-op-function /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-NOOP-FP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-function,no-op-function /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-NOOP-FP
# note: command had no output on stdout or stderr
# RUN: at line 19
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='function(no-op-function,no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-TWO-NOOP-FP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=function(no-op-function,no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-TWO-NOOP-FP
# note: command had no output on stdout or stderr
# RUN: at line 25
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-module,function(no-op-function,no-op-function),no-op-module' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-MIXED-FP-AND-MP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=no-op-module,function(no-op-function,no-op-function),no-op-module' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-MIXED-FP-AND-MP
# note: command had no output on stdout or stderr
# RUN: at line 33
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -aa-pipeline= -passes='require<aa>' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-EMPTY-AA
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -aa-pipeline= '-passes=require<aa>' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-EMPTY-AA
# note: command had no output on stdout or stderr
# RUN: at line 39
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -aa-pipeline=basic-aa -passes='require<aa>' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-BASIC-AA
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -aa-pipeline=basic-aa '-passes=require<aa>' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-BASIC-AA
# note: command had no output on stdout or stderr
# RUN: at line 46
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -aa-pipeline=basic-aa,tbaa -passes='require<aa>' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-AA
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -aa-pipeline=basic-aa,tbaa '-passes=require<aa>' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-AA
# note: command had no output on stdout or stderr
# RUN: at line 53
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -aa-pipeline=default -passes='require<aa>' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-DEFAULT-AA
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -aa-pipeline=default '-passes=require<aa>' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-DEFAULT-AA
# note: command had no output on stdout or stderr
# RUN: at line 60
not /__w/llvm-project/llvm-project/build/bin/opt -passes='function<no-rerun>(no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-RERUN-BAD
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt '-passes=function<no-rerun>(no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-RERUN-BAD
# note: command had no output on stdout or stderr
# RUN: at line 64
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-module)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED1
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=no-op-module)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED1
# note: command had no output on stdout or stderr
# RUN: at line 69
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='module(no-op-module))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED2
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=module(no-op-module))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED2
# note: command had no output on stdout or stderr
# RUN: at line 74
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='module(no-op-module' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED3
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=module(no-op-module' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED3
# note: command had no output on stdout or stderr
# RUN: at line 79
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED4
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED4
# note: command had no output on stdout or stderr
# RUN: at line 84
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='function(no-op-function))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED5
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=function(no-op-function))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED5
# note: command had no output on stdout or stderr
# RUN: at line 89
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='function(function(no-op-function)))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED6
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=function(function(no-op-function)))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED6
# note: command had no output on stdout or stderr
# RUN: at line 94
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='function(no-op-function' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED7
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=function(no-op-function' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED7
# note: command had no output on stdout or stderr
# RUN: at line 99
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='function(function(no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED8
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=function(function(no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED8
# note: command had no output on stdout or stderr
# RUN: at line 104
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-module,)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED9
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=no-op-module,)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED9
# note: command had no output on stdout or stderr
# RUN: at line 109
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-function,)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED10
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=no-op-function,)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-UNBALANCED10
# note: command had no output on stdout or stderr
# RUN: at line 114
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-cgscc,no-op-cgscc /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-NOOP-CG
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-cgscc,no-op-cgscc /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-NOOP-CG
# note: command had no output on stdout or stderr
# RUN: at line 120
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='module(function(no-op-function),cgscc(no-op-cgscc,function(no-op-function),no-op-cgscc),function(no-op-function))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-MP-CG-FP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=module(function(no-op-function),cgscc(no-op-cgscc,function(no-op-function),no-op-cgscc),function(no-op-function))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-MP-CG-FP
# note: command had no output on stdout or stderr
# RUN: at line 129
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-loop,no-op-loop' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-NOOP-LOOP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-loop,no-op-loop /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-TWO-NOOP-LOOP
# note: command had no output on stdout or stderr
# RUN: at line 135
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='module(function(loop(no-op-loop)))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-FP-LP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=module(function(loop(no-op-loop)))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-FP-LP
# note: command had no output on stdout or stderr
# RUN: at line 138
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='function(loop(no-op-loop))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-FP-LP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=function(loop(no-op-loop))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-FP-LP
# note: command had no output on stdout or stderr
# RUN: at line 141
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='loop(no-op-loop)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-FP-LP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=loop(no-op-loop)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-FP-LP
# note: command had no output on stdout or stderr
# RUN: at line 144
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-loop' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-FP-LP
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-loop /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-NESTED-FP-LP
# note: command had no output on stdout or stderr
# RUN: at line 149
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager=verbose -passes='module(no-op-function,no-op-loop,no-op-cgscc,cgscc(no-op-function,no-op-loop),function(no-op-loop))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-ADAPTORS
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager=verbose '-passes=module(no-op-function,no-op-loop,no-op-cgscc,cgscc(no-op-function,no-op-loop),function(no-op-loop))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-ADAPTORS
# note: command had no output on stdout or stderr
# RUN: at line 171
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='module(function(no-op-function,loop(no-op-loop,no-op-loop)))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-MANAGERS-NO-VERBOSE
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=module(function(no-op-function,loop(no-op-loop,no-op-loop)))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-MANAGERS-NO-VERBOSE
# note: command had no output on stdout or stderr
# RUN: at line 174
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager=verbose -passes='module(function(no-op-function,loop(no-op-loop,no-op-loop)))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-MANAGERS
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager=verbose '-passes=module(function(no-op-function,loop(no-op-loop,no-op-loop)))' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-MANAGERS
# note: command had no output on stdout or stderr
# RUN: at line 181
/__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='cgscc(print)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-PRINT-IN-CGSCC
# executed command: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=cgscc(print)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-PRINT-IN-CGSCC
# note: command had no output on stdout or stderr
# RUN: at line 187
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='function(no-op-function)function(no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-MISSING-COMMA1
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=function(no-op-function)function(no-op-function)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-MISSING-COMMA1
# note: command had no output on stdout or stderr
# RUN: at line 192
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='function()' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-EMPTY-INNER-PIPELINE
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=function()' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-EMPTY-INNER-PIPELINE
# note: command had no output on stdout or stderr
# RUN: at line 197
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-module(no-op-module,whatever)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-PIPELINE-ON-MODULE-PASS
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=no-op-module(no-op-module,whatever)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-PIPELINE-ON-MODULE-PASS
# note: command had no output on stdout or stderr
# RUN: at line 202
not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes='no-op-cgscc(no-op-cgscc,whatever)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll 2>&1 | /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-PIPELINE-ON-CGSCC-PASS
# executed command: not /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager '-passes=no-op-cgscc(no-op-cgscc,whatever)' /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# note: command had no output on stdout or stderr
# executed command: /__w/llvm-project/llvm-project/build/bin/FileCheck /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll --check-prefix=CHECK-PIPELINE-ON-CGSCC-PASS
# .---command stderr------------
# | /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll:205:33: error: CHECK-PIPELINE-ON-CGSCC-PASS: expected string not found in input
# | ; CHECK-PIPELINE-ON-CGSCC-PASS: invalid use of 'no-op-cgscc' pass as cgscc pipeline
# | ^
# | <stdin>:1:1: note: scanning from here
# | opt: /__w/llvm-project/llvm-project/polly/lib/Support/RegisterPasses.cpp:482: llvm::Expected<bool> polly::parseCGPipeline(StringRef, llvm::CGSCCPassManager &, PassInstrumentationCallbacks *, ArrayRef<PassBuilder::PipelineElement>): Assertion `Pipeline.empty()' failed.
# | ^
# | <stdin>:4:94: note: possible intended match here
# | 0. Program arguments: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-cgscc(no-op-cgscc,whatever) /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# | ^
# |
# | Input file: <stdin>
# | Check file: /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: opt: /__w/llvm-project/llvm-project/polly/lib/Support/RegisterPasses.cpp:482: llvm::Expected<bool> polly::parseCGPipeline(StringRef, llvm::CGSCCPassManager &, PassInstrumentationCallbacks *, ArrayRef<PassBuilder::PipelineElement>): Assertion `Pipeline.empty()' failed.
# | check:205'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 2: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | check:205'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3: Stack dump:
# | check:205'0 ~~~~~~~~~~~~
# | 4: 0. Program arguments: /__w/llvm-project/llvm-project/build/bin/opt -disable-output -debug-pass-manager -passes=no-op-cgscc(no-op-cgscc,whatever) /__w/llvm-project/llvm-project/llvm/test/Other/pass-pipeline-parsing.ll
# | check:205'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:205'1 ? possible intended match
# | 5: #0 0x0000000004c4b420 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /__w/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | check:205'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 6: #1 0x0000000004c48da4 store /usr/lib/gcc/aarch64-linux-gnu/13/../../../../include/c++/13/atomic:279:2
# | check:205'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 7: #2 0x0000000004c48da4 llvm::sys::RunSignalHandlers() /__w/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:106:16
# | check:205'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 8: #3 0x0000000004c4c61c SignalHandler(int, siginfo_t*, void*) /__w/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | check:205'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 9: #4 0x0000ff55a12f3968 (linux-vdso.so.1+0x968)
# | check:205'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--