[clang] [CIR][AArch64] Lower vfmaq_lane_v and vfma_laneq_v (PR #197084)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Wed May 13 02:49:48 PDT 2026


================
@@ -65,3 +65,65 @@ float64x2_t test_vfmaq_f64(float64x2_t a, float64x2_t b, float64x2_t c) {
 // LLVM-NEXT: ret <2 x double> [[FMA]]
   return vfmaq_f64(a, b, c);
 }
+
+// LLVM-LABEL: @test_vfmaq_lane_f32(
+// CIR-LABEL: @test_vfmaq_lane_f32(
----------------
banach-space wrote:

These labels are identical:

```suggestion
// ALL-LABEL: @test_vfmaq_lane_f32(
```

Similar comment for other tests.

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


More information about the cfe-commits mailing list