[clang] [CIR][Aarch64] upstream scalar & vector intrinsics (FP16) (PR #190310)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 12:27:06 PDT 2026
================
@@ -33,6 +33,62 @@
#include <arm_fp16.h>
+//===------------------------------------------------------===//
+// 2.5.1.1. Addition
+//===------------------------------------------------------===//
+// LLVM-LABEL: @test_vaddh_f16(
+// CIR-LABEL: @test_vaddh_f16(
----------------
banach-space wrote:
Since the labels are identical, you can just use the `ALL` prefix. Similar comment for other tests.
```suggestion
// ALL-LABEL: @test_vaddh_f16(
```
https://github.com/llvm/llvm-project/pull/190310
More information about the cfe-commits
mailing list