https://github.com/banach-space created https://github.com/llvm/llvm-project/pull/186759
None From 06448f755c4ab50b466a3c0c4e3261055aa13ab5 Mon Sep 17 00:00:00 2001 From: Andrzej Warzynski <[email protected]> Date: Mon, 16 Mar 2026 09:42:54 +0000 Subject: [PATCH] [clang][AArch64] Update label in test (nfc) --- clang/test/CodeGen/AArch64/neon/fullfp16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/AArch64/neon/fullfp16.c b/clang/test/CodeGen/AArch64/neon/fullfp16.c index e2cf5f744af62..5950f6675fff2 100644 --- a/clang/test/CodeGen/AArch64/neon/fullfp16.c +++ b/clang/test/CodeGen/AArch64/neon/fullfp16.c @@ -36,7 +36,7 @@ //===------------------------------------------------------===// // 2.5.2.1. Bitwise equal to zero //===------------------------------------------------------===// -// LLVM-LABEL: test_vceqzh_f16 +// ALL-LABEL: test_vceqzh_f16 uint16_t test_vceqzh_f16(float16_t a) { // CIR: [[C_0:%.*]] = cir.const #cir.fp<0.000000e+00> // CIR: [[CMP:%.*]] = cir.cmp eq %{{.*}}, [[C_0]] : !cir.f16 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
