xref: /llvm-project/llvm/test/Transforms/SandboxVectorizer/default_pass_pipeline.ll (revision 2e8ad49e7cffb22a169c22d02607708c71a80c65)
1; RUN: opt -passes=sandbox-vectorizer -sbvec-print-pass-pipeline %s -disable-output | FileCheck %s
2
3; !!!WARNING!!! This won't get updated by update_test_checks.py !
4
5; This checks the default pass pipeline for the sandbox vectorizer.
6define void @pipeline() {
7; CHECK: bottom-up-vec
8; CHECK: rpm
9; CHECK-EMPTY:
10  ret void
11}
12