1 ; RUN: llc < %s -mtriple=ve -mattr=+vpu | FileCheck %s
3 ;;; Test set vector out-of-order memory access boundary intrinsic instructions
6 ;;; We test SVOB instruction.
8 ; Function Attrs: nounwind
9 define fastcc void @svob_svob() {
10 ; CHECK-LABEL: svob_svob:
13 ; CHECK-NEXT: b.l.t (, %s10)
14 tail call void @llvm.ve.vl.svob()
18 ; Function Attrs: nounwind
19 declare void @llvm.ve.vl.svob()