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