aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/SandboxVectorizer/boilerplate.ll
blob: 353659d41485fc134af57a34e94a85cd6e32181f (plain)
1
2
3
4
5
6
7
8
9
10
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
; RUN: opt -passes=sandbox-vectorizer %s -S | FileCheck %s

; This test checks that the pass was registered with the pass manager.
; TODO: Remove this test once actual tests land.
define void @boilerplate() {
; CHECK-LABEL: define void @boilerplate() {
; CHECK-NEXT:    ret void
;
  ret void
}