[clang] [CIR][AArch64] Lower remaining FP16 vfma and vfms builtins (PR #210359)
Jiahao Guo via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 26 08:50:12 PDT 2026
================
@@ -157,6 +200,48 @@ float16x8_t test_vfmaq_laneq_f16(float16x8_t a, float16x8_t b,
return vfmaq_laneq_f16(a, b, c, 7);
}
+// ALL-LABEL: @test_vfma_n_f16(
----------------
E00N777 wrote:
Please keep the split LLVM-LABEL / CIR-LABEL style hereļ¼ the CIR checks should be anchored on @vfma_n_f16, not @test_vfma_n_f16. Same applies to the other tests in this file.
https://github.com/llvm/llvm-project/pull/210359
More information about the cfe-commits
mailing list