20 lines · plain
1; RUN: llc < %s -mtriple=ve -mattr=+vpu | FileCheck %s2 3;;; Test set vector out-of-order memory access boundary intrinsic instructions4;;;5;;; Note:6;;; We test SVOB instruction.7 8; Function Attrs: nounwind9define fastcc void @svob_svob() {10; CHECK-LABEL: svob_svob:11; CHECK: # %bb.0:12; CHECK-NEXT: svob13; CHECK-NEXT: b.l.t (, %s10)14 tail call void @llvm.ve.vl.svob()15 ret void16}17 18; Function Attrs: nounwind19declare void @llvm.ve.vl.svob()20