1 ; RUN: opt -passes=sandbox-vectorizer -sbvec-print-pass-pipeline \
2 ; RUN: -disable-output -sbvec-passes="bottom-up-vec<null,null>" %s \
5 ; RUN: opt -passes=sandbox-vectorizer -sbvec-print-pass-pipeline \
6 ; RUN: -disable-output -sbvec-passes="bottom-up-vec<>,regions-from-metadata<>" %s \
7 ; RUN: | FileCheck --check-prefix CHECK-MULTIPLE-FUNCTION-PASSES %s
9 ; !!!WARNING!!! This won't get updated by update_test_checks.py !
11 ; This checks the user defined pass pipeline.
12 define void @pipeline() {
17 ; CHECK: bottom-up-vec
23 ; CHECK-MULTIPLE-FUNCTION-PASSES: fpm
24 ; CHECK-MULTIPLE-FUNCTION-PASSES: bottom-up-vec
25 ; CHECK-MULTIPLE-FUNCTION-PASSES: rpm
26 ; CHECK-MULTIPLE-FUNCTION-PASSES: regions-from-metadata
27 ; CHECK-MULTIPLE-FUNCTION-PASSES: rpm
28 ; CHECK-MULTIPLE-FUNCTION-PASSES-EMPTY: