https://github.com/banach-space updated https://github.com/llvm/llvm-project/pull/186885
From b882329d13eea5834518fbcda4b596ecc75d5fce Mon Sep 17 00:00:00 2001 From: Andrzej Warzynski <[email protected]> Date: Mon, 16 Mar 2026 21:10:41 +0000 Subject: [PATCH] [Clang][AArch64] Update comments in tests (nfc) --- clang/test/CodeGen/AArch64/neon/bf16-getset.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/clang/test/CodeGen/AArch64/neon/bf16-getset.c b/clang/test/CodeGen/AArch64/neon/bf16-getset.c index 759b2a5af7121..faae31cb013dd 100644 --- a/clang/test/CodeGen/AArch64/neon/bf16-getset.c +++ b/clang/test/CodeGen/AArch64/neon/bf16-getset.c @@ -6,10 +6,18 @@ #include <arm_neon.h> +//============================================================================= +// NOTES +// +// ACLE section headings based on v2025Q2 of the ACLE specification: +// * https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#bitwise-equal-to-zero +//============================================================================= + //===------------------------------------------------------===// -// BF16 get/set lane -//===------------------------------------------------------===// +// 2.4.1.2. Set all lanes to the same value +// // TODO: Add the remaining intrinsics from this group. +//===------------------------------------------------------===// // ALL-LABEL: @test_vduph_lane_bf16( bfloat16_t test_vduph_lane_bf16(bfloat16x4_t v) { _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
