Author: Andrzej WarzyĆski Date: 2026-03-16T11:22:56Z New Revision: a1054ec627e002fdd0863f1205a07b905f676dfd
URL: https://github.com/llvm/llvm-project/commit/a1054ec627e002fdd0863f1205a07b905f676dfd DIFF: https://github.com/llvm/llvm-project/commit/a1054ec627e002fdd0863f1205a07b905f676dfd.diff LOG: [clang][AArch64] Update label in test (nfc) (#186759) Added: Modified: clang/test/CodeGen/AArch64/neon/fullfp16.c Removed: ################################################################################ diff --git a/clang/test/CodeGen/AArch64/neon/fullfp16.c b/clang/test/CodeGen/AArch64/neon/fullfp16.c index e7595674be43b..619d07538eaaf 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
