[PATCH] D79639: [SveEmitter] Builtins for SVE matrix multiply `mmla`.

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 14 02:38:07 PDT 2020


sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mmla.c:17
+  // CHECK: ret <vscale x 4 x i32> %[[RET]]
+  return SVE_ACLE_FUNC(svmmla, _s32, , )(x, y, z);
+}
----------------
nit: please remove the whitespace between the commas (to make it similar to the other tests)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79639/new/

https://reviews.llvm.org/D79639





More information about the cfe-commits mailing list