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