[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Transforms / SandboxVectorizer / boilerplate.ll
blob353659d41485fc134af57a34e94a85cd6e32181f
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
2 ; RUN: opt -passes=sandbox-vectorizer %s -S | FileCheck %s
4 ; This test checks that the pass was registered with the pass manager.
5 ; TODO: Remove this test once actual tests land.
6 define void @boilerplate() {
7 ; CHECK-LABEL: define void @boilerplate() {
8 ; CHECK-NEXT:    ret void
10   ret void