================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits