llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Andrzej Warzyński (banach-space) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/186759.diff 1 Files Affected: - (modified) clang/test/CodeGen/AArch64/neon/fullfp16.c (+1-1) ``````````diff 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 `````````` </details> https://github.com/llvm/llvm-project/pull/186759 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
