Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / VE / VELIntrinsics / svob.ll
blobb835faecdc18e00782c92b37e000b6d08418091d
1 ; RUN: llc < %s -mtriple=ve -mattr=+vpu | FileCheck %s
3 ;;; Test set vector out-of-order memory access boundary intrinsic instructions
4 ;;;
5 ;;; Note:
6 ;;;   We test SVOB instruction.
8 ; Function Attrs: nounwind
9 define 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
18 ; Function Attrs: nounwind
19 declare void @llvm.ve.vl.svob()