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