[clang] [CIR][AArch64] Implement vget_lane_bf16 and vgetq_lane_bf16 builtins (PR #186866)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 26 12:54:56 PDT 2026


================
@@ -34,3 +26,19 @@ bfloat16_t test_vduph_laneq_bf16(bfloat16x8_t v) {
   // LLVM: ret bfloat [[VGETQ_LANE]]
   return vduph_laneq_bf16(v, 7);
 }
+
----------------
banach-space wrote:

```suggestion
//===------------------------------------------------------===//
// 2.14.1.4 Split vectors
//===------------------------------------------------------===//

```

https://github.com/llvm/llvm-project/pull/186866


More information about the cfe-commits mailing list