Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / aarch64-sve-intrinsics / acle_sve_whilelt.c
blob9393d0eacba72d4b759f44cb50c0e2b7df7521d3
1 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
2 // REQUIRES: aarch64-registered-target
3 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -S -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -passes=mem2reg,tailcallelim | FileCheck %s
4 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -S -disable-O0-optnone -Werror -Wall -emit-llvm -o - -x c++ %s | opt -S -passes=mem2reg,tailcallelim | FileCheck %s -check-prefix=CPP-CHECK
5 // RUN: %clang_cc1 -DSVE_OVERLOADED_FORMS -triple aarch64-none-linux-gnu -target-feature +sve -S -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -passes=mem2reg,tailcallelim | FileCheck %s
6 // RUN: %clang_cc1 -DSVE_OVERLOADED_FORMS -triple aarch64-none-linux-gnu -target-feature +sve -S -disable-O0-optnone -Werror -Wall -emit-llvm -o - -x c++ %s | opt -S -passes=mem2reg,tailcallelim | FileCheck %s -check-prefix=CPP-CHECK
7 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -S -disable-O0-optnone -Werror -o /dev/null %s
8 #include <arm_sve.h>
10 #ifdef SVE_OVERLOADED_FORMS
11 // A simple used,unused... macro, long enough to represent any SVE builtin.
12 #define SVE_ACLE_FUNC(A1,A2_UNUSED,A3,A4_UNUSED) A1##A3
13 #else
14 #define SVE_ACLE_FUNC(A1,A2,A3,A4) A1##A2##A3##A4
15 #endif
17 // CHECK-LABEL: @test_svwhilelt_b8_s32(
18 // CHECK-NEXT: entry:
19 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.whilelt.nxv16i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
20 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP0]]
22 // CPP-CHECK-LABEL: @_Z21test_svwhilelt_b8_s32ii(
23 // CPP-CHECK-NEXT: entry:
24 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.whilelt.nxv16i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
25 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP0]]
27 svbool_t test_svwhilelt_b8_s32(int32_t op1, int32_t op2)
29 return SVE_ACLE_FUNC(svwhilelt_b8,_s32,,)(op1, op2);
32 // CHECK-LABEL: @test_svwhilelt_b16_s32(
33 // CHECK-NEXT: entry:
34 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 8 x i1> @llvm.aarch64.sve.whilelt.nxv8i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
35 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv8i1(<vscale x 8 x i1> [[TMP0]])
36 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
38 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b16_s32ii(
39 // CPP-CHECK-NEXT: entry:
40 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 8 x i1> @llvm.aarch64.sve.whilelt.nxv8i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
41 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv8i1(<vscale x 8 x i1> [[TMP0]])
42 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
44 svbool_t test_svwhilelt_b16_s32(int32_t op1, int32_t op2)
46 return SVE_ACLE_FUNC(svwhilelt_b16,_s32,,)(op1, op2);
49 // CHECK-LABEL: @test_svwhilelt_b32_s32(
50 // CHECK-NEXT: entry:
51 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 4 x i1> @llvm.aarch64.sve.whilelt.nxv4i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
52 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> [[TMP0]])
53 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
55 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b32_s32ii(
56 // CPP-CHECK-NEXT: entry:
57 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 4 x i1> @llvm.aarch64.sve.whilelt.nxv4i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
58 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> [[TMP0]])
59 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
61 svbool_t test_svwhilelt_b32_s32(int32_t op1, int32_t op2)
63 return SVE_ACLE_FUNC(svwhilelt_b32,_s32,,)(op1, op2);
66 // CHECK-LABEL: @test_svwhilelt_b64_s32(
67 // CHECK-NEXT: entry:
68 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 2 x i1> @llvm.aarch64.sve.whilelt.nxv2i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
69 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> [[TMP0]])
70 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
72 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b64_s32ii(
73 // CPP-CHECK-NEXT: entry:
74 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 2 x i1> @llvm.aarch64.sve.whilelt.nxv2i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
75 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> [[TMP0]])
76 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
78 svbool_t test_svwhilelt_b64_s32(int32_t op1, int32_t op2)
80 return SVE_ACLE_FUNC(svwhilelt_b64,_s32,,)(op1, op2);
83 // CHECK-LABEL: @test_svwhilelt_b8_u32(
84 // CHECK-NEXT: entry:
85 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.whilelo.nxv16i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
86 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP0]]
88 // CPP-CHECK-LABEL: @_Z21test_svwhilelt_b8_u32jj(
89 // CPP-CHECK-NEXT: entry:
90 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.whilelo.nxv16i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
91 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP0]]
93 svbool_t test_svwhilelt_b8_u32(uint32_t op1, uint32_t op2)
95 return SVE_ACLE_FUNC(svwhilelt_b8,_u32,,)(op1, op2);
98 // CHECK-LABEL: @test_svwhilelt_b16_u32(
99 // CHECK-NEXT: entry:
100 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 8 x i1> @llvm.aarch64.sve.whilelo.nxv8i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
101 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv8i1(<vscale x 8 x i1> [[TMP0]])
102 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
104 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b16_u32jj(
105 // CPP-CHECK-NEXT: entry:
106 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 8 x i1> @llvm.aarch64.sve.whilelo.nxv8i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
107 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv8i1(<vscale x 8 x i1> [[TMP0]])
108 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
110 svbool_t test_svwhilelt_b16_u32(uint32_t op1, uint32_t op2)
112 return SVE_ACLE_FUNC(svwhilelt_b16,_u32,,)(op1, op2);
115 // CHECK-LABEL: @test_svwhilelt_b32_u32(
116 // CHECK-NEXT: entry:
117 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 4 x i1> @llvm.aarch64.sve.whilelo.nxv4i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
118 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> [[TMP0]])
119 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
121 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b32_u32jj(
122 // CPP-CHECK-NEXT: entry:
123 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 4 x i1> @llvm.aarch64.sve.whilelo.nxv4i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
124 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> [[TMP0]])
125 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
127 svbool_t test_svwhilelt_b32_u32(uint32_t op1, uint32_t op2)
129 return SVE_ACLE_FUNC(svwhilelt_b32,_u32,,)(op1, op2);
132 // CHECK-LABEL: @test_svwhilelt_b64_u32(
133 // CHECK-NEXT: entry:
134 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 2 x i1> @llvm.aarch64.sve.whilelo.nxv2i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
135 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> [[TMP0]])
136 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
138 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b64_u32jj(
139 // CPP-CHECK-NEXT: entry:
140 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 2 x i1> @llvm.aarch64.sve.whilelo.nxv2i1.i32(i32 [[OP1:%.*]], i32 [[OP2:%.*]])
141 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> [[TMP0]])
142 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
144 svbool_t test_svwhilelt_b64_u32(uint32_t op1, uint32_t op2)
146 return SVE_ACLE_FUNC(svwhilelt_b64,_u32,,)(op1, op2);
149 // CHECK-LABEL: @test_svwhilelt_b8_s64(
150 // CHECK-NEXT: entry:
151 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.whilelt.nxv16i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
152 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP0]]
154 // CPP-CHECK-LABEL: @_Z21test_svwhilelt_b8_s64ll(
155 // CPP-CHECK-NEXT: entry:
156 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.whilelt.nxv16i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
157 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP0]]
159 svbool_t test_svwhilelt_b8_s64(int64_t op1, int64_t op2)
161 return SVE_ACLE_FUNC(svwhilelt_b8,_s64,,)(op1, op2);
164 // CHECK-LABEL: @test_svwhilelt_b16_s64(
165 // CHECK-NEXT: entry:
166 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 8 x i1> @llvm.aarch64.sve.whilelt.nxv8i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
167 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv8i1(<vscale x 8 x i1> [[TMP0]])
168 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
170 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b16_s64ll(
171 // CPP-CHECK-NEXT: entry:
172 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 8 x i1> @llvm.aarch64.sve.whilelt.nxv8i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
173 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv8i1(<vscale x 8 x i1> [[TMP0]])
174 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
176 svbool_t test_svwhilelt_b16_s64(int64_t op1, int64_t op2)
178 return SVE_ACLE_FUNC(svwhilelt_b16,_s64,,)(op1, op2);
181 // CHECK-LABEL: @test_svwhilelt_b32_s64(
182 // CHECK-NEXT: entry:
183 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 4 x i1> @llvm.aarch64.sve.whilelt.nxv4i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
184 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> [[TMP0]])
185 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
187 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b32_s64ll(
188 // CPP-CHECK-NEXT: entry:
189 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 4 x i1> @llvm.aarch64.sve.whilelt.nxv4i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
190 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> [[TMP0]])
191 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
193 svbool_t test_svwhilelt_b32_s64(int64_t op1, int64_t op2)
195 return SVE_ACLE_FUNC(svwhilelt_b32,_s64,,)(op1, op2);
198 // CHECK-LABEL: @test_svwhilelt_b64_s64(
199 // CHECK-NEXT: entry:
200 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 2 x i1> @llvm.aarch64.sve.whilelt.nxv2i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
201 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> [[TMP0]])
202 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
204 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b64_s64ll(
205 // CPP-CHECK-NEXT: entry:
206 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 2 x i1> @llvm.aarch64.sve.whilelt.nxv2i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
207 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> [[TMP0]])
208 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
210 svbool_t test_svwhilelt_b64_s64(int64_t op1, int64_t op2)
212 return SVE_ACLE_FUNC(svwhilelt_b64,_s64,,)(op1, op2);
215 // CHECK-LABEL: @test_svwhilelt_b8_u64(
216 // CHECK-NEXT: entry:
217 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.whilelo.nxv16i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
218 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP0]]
220 // CPP-CHECK-LABEL: @_Z21test_svwhilelt_b8_u64mm(
221 // CPP-CHECK-NEXT: entry:
222 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.whilelo.nxv16i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
223 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP0]]
225 svbool_t test_svwhilelt_b8_u64(uint64_t op1, uint64_t op2)
227 return SVE_ACLE_FUNC(svwhilelt_b8,_u64,,)(op1, op2);
230 // CHECK-LABEL: @test_svwhilelt_b16_u64(
231 // CHECK-NEXT: entry:
232 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 8 x i1> @llvm.aarch64.sve.whilelo.nxv8i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
233 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv8i1(<vscale x 8 x i1> [[TMP0]])
234 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
236 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b16_u64mm(
237 // CPP-CHECK-NEXT: entry:
238 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 8 x i1> @llvm.aarch64.sve.whilelo.nxv8i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
239 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv8i1(<vscale x 8 x i1> [[TMP0]])
240 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
242 svbool_t test_svwhilelt_b16_u64(uint64_t op1, uint64_t op2)
244 return SVE_ACLE_FUNC(svwhilelt_b16,_u64,,)(op1, op2);
247 // CHECK-LABEL: @test_svwhilelt_b32_u64(
248 // CHECK-NEXT: entry:
249 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 4 x i1> @llvm.aarch64.sve.whilelo.nxv4i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
250 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> [[TMP0]])
251 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
253 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b32_u64mm(
254 // CPP-CHECK-NEXT: entry:
255 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 4 x i1> @llvm.aarch64.sve.whilelo.nxv4i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
256 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> [[TMP0]])
257 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
259 svbool_t test_svwhilelt_b32_u64(uint64_t op1, uint64_t op2)
261 return SVE_ACLE_FUNC(svwhilelt_b32,_u64,,)(op1, op2);
264 // CHECK-LABEL: @test_svwhilelt_b64_u64(
265 // CHECK-NEXT: entry:
266 // CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 2 x i1> @llvm.aarch64.sve.whilelo.nxv2i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
267 // CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> [[TMP0]])
268 // CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
270 // CPP-CHECK-LABEL: @_Z22test_svwhilelt_b64_u64mm(
271 // CPP-CHECK-NEXT: entry:
272 // CPP-CHECK-NEXT: [[TMP0:%.*]] = tail call <vscale x 2 x i1> @llvm.aarch64.sve.whilelo.nxv2i1.i64(i64 [[OP1:%.*]], i64 [[OP2:%.*]])
273 // CPP-CHECK-NEXT: [[TMP1:%.*]] = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> [[TMP0]])
274 // CPP-CHECK-NEXT: ret <vscale x 16 x i1> [[TMP1]]
276 svbool_t test_svwhilelt_b64_u64(uint64_t op1, uint64_t op2)
278 return SVE_ACLE_FUNC(svwhilelt_b64,_u64,,)(op1, op2);