Skip to content

Commit 8e0f3ab

Browse files
authored
[FMV] Remove tests for features predres and ls64. (#203)
Is depended-on by llvm/llvm-project#124266
1 parent 81b948c commit 8e0f3ab

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

SingleSource/UnitTests/AArch64/acle-fmv-features.c

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -235,18 +235,6 @@ CHECK(sme2, sme2, sme2, false, {
235235
"smstop za" "\n"
236236
);
237237
})
238-
CHECK(ls64, ls64, ls64, false, {
239-
long data[8];
240-
asm volatile (
241-
"ld64b x0, [%0]" "\n"
242-
"st64b x0, [%0]" "\n"
243-
"st64bv x8, x0, [%0]" "\n"
244-
"st64bv0 x8, x0, [%0]" "\n"
245-
:
246-
: "r" (data)
247-
: "x0", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "memory"
248-
);
249-
})
250238
CHECK(f32mm, f32mm, f32mm, false, {
251239
asm volatile (
252240
"fmmla z0.s, z1.s, z2.s"
@@ -271,13 +259,6 @@ CHECK(frintts, frintts, arch=armv8.5-a, false, {
271259
: : : "v0"
272260
);
273261
})
274-
CHECK(predres, predres, predres, false, {
275-
asm volatile (
276-
"cfp rctx, x0" "\n"
277-
"dvp rctx, x1" "\n"
278-
"cpp rctx, x2" "\n"
279-
);
280-
})
281262
CHECK(rcpc3, rcpc3, rcpc3, false, {
282263
long x;
283264
asm volatile (
@@ -418,12 +399,10 @@ int main(int, const char **) {
418399
check_crc();
419400
check_sme();
420401
check_sme2();
421-
check_ls64();
422402
check_f32mm();
423403
check_f64mm();
424404
check_fp16fml();
425405
check_frintts();
426-
check_predres();
427406
check_rcpc3();
428407
check_rng();
429408
check_sve();

SingleSource/UnitTests/AArch64/acle-fmv-features.reference_output

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ fp
2323
crc
2424
sme
2525
sme2
26-
ls64
2726
f32mm
2827
f64mm
2928
fp16fml
3029
frintts
31-
predres
3230
rcpc3
3331
rng
3432
sve

0 commit comments

Comments
 (0)