[PATCH] D151461: [Clang][SVE2.1] Add builtins and intrinsics for SVBFMLSLB/T
David Sherwood via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 5 06:10:44 PDT 2023
david-arm accepted this revision.
david-arm added a comment.
This revision is now accepted and ready to land.
LGTM! I left a nit, which you could just address before landing the patch?
================
Comment at: clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_bfmlsl.c:48
+//
+svfloat32_t test_bfmlslb_idx(svfloat32_t zda, svbfloat16_t zn, svbfloat16_t zm)
+{
----------------
nit: Just a minor issue, but perhaps worth calling this `test_bfmlslb_lane` to be consistent with the builtin?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151461/new/
https://reviews.llvm.org/D151461
More information about the cfe-commits
mailing list