[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Transforms / SandboxVectorizer / default_pass_pipeline.ll
blob1d7be43336c87958fab335a5eb0187f95cac14c5
1 ; RUN: opt -passes=sandbox-vectorizer -sbvec-print-pass-pipeline %s -disable-output | FileCheck %s
3 ; !!!WARNING!!! This won't get updated by update_test_checks.py !
5 ; This checks the default pass pipeline for the sandbox vectorizer.
6 define void @pipeline() {
7 ; CHECK: bottom-up-vec
8 ; CHECK: rpm
9 ; CHECK-EMPTY:
10   ret void