Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / VE / Vector / vp_gather.ll
blobef549c5860616a4f24a7ac332f7ce4c42632a5e5
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=ve-unknown-unknown -mattr=+vpu | FileCheck %s
4 declare <256 x i64> @llvm.vp.gather.v256i64.v256p0(<256 x ptr>, <256 x i1>, i32)
6 ; Function Attrs: nounwind
7 define fastcc <256 x i64> @vp_gather_v256i64(<256 x ptr> %P, <256 x i1> %M, i32 %avl) {
8 ; CHECK-LABEL: vp_gather_v256i64:
9 ; CHECK:       # %bb.0:
10 ; CHECK-NEXT:    and %s0, %s0, (32)0
11 ; CHECK-NEXT:    lvl %s0
12 ; CHECK-NEXT:    vgt %v0, %v0, 0, 0, %vm1
13 ; CHECK-NEXT:    b.l.t (, %s10)
14   %r = call <256 x i64> @llvm.vp.gather.v256i64.v256p0(<256 x ptr> %P, <256 x i1> %M, i32 %avl)
15   ret <256 x i64> %r
18 declare <256 x double> @llvm.vp.gather.v256f64.v256p0(<256 x ptr>, <256 x i1>, i32)
20 ; Function Attrs: nounwind
21 define fastcc <256 x double> @vp_gather_v256f64(<256 x ptr> %P, <256 x i1> %M, i32 %avl) {
22 ; CHECK-LABEL: vp_gather_v256f64:
23 ; CHECK:       # %bb.0:
24 ; CHECK-NEXT:    and %s0, %s0, (32)0
25 ; CHECK-NEXT:    lvl %s0
26 ; CHECK-NEXT:    vgt %v0, %v0, 0, 0, %vm1
27 ; CHECK-NEXT:    b.l.t (, %s10)
28   %r = call <256 x double> @llvm.vp.gather.v256f64.v256p0(<256 x ptr> %P, <256 x i1> %M, i32 %avl)
29   ret <256 x double> %r
32 declare <256 x float> @llvm.vp.gather.v256f32.v256p0(<256 x ptr>, <256 x i1>, i32)
34 ; Function Attrs: nounwind
35 define fastcc <256 x float> @vp_gather_v256f32(<256 x ptr> %P, <256 x i1> %M, i32 %avl) {
36 ; CHECK-LABEL: vp_gather_v256f32:
37 ; CHECK:       # %bb.0:
38 ; CHECK-NEXT:    and %s0, %s0, (32)0
39 ; CHECK-NEXT:    lvl %s0
40 ; CHECK-NEXT:    vgtu %v0, %v0, 0, 0, %vm1
41 ; CHECK-NEXT:    b.l.t (, %s10)
42   %r = call <256 x float> @llvm.vp.gather.v256f32.v256p0(<256 x ptr> %P, <256 x i1> %M, i32 %avl)
43   ret <256 x float> %r
46 declare <256 x i32> @llvm.vp.gather.v256i32.v256p0(<256 x ptr>, <256 x i1>, i32)
48 ; Function Attrs: nounwind
49 define fastcc <256 x i32> @vp_gather_v256i32(<256 x ptr> %P, <256 x i1> %M, i32 %avl) {
50 ; CHECK-LABEL: vp_gather_v256i32:
51 ; CHECK:       # %bb.0:
52 ; CHECK-NEXT:    and %s0, %s0, (32)0
53 ; CHECK-NEXT:    lvl %s0
54 ; CHECK-NEXT:    vgtl.zx %v0, %v0, 0, 0, %vm1
55 ; CHECK-NEXT:    b.l.t (, %s10)
56   %r = call <256 x i32> @llvm.vp.gather.v256i32.v256p0(<256 x ptr> %P, <256 x i1> %M, i32 %avl)
57   ret <256 x i32> %r