[PATCH] D77540: [PATCH] [ARM]: Armv8.6-a Matrix Mul Asm and Intrinsics Support

Luke Geeson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 8 08:40:15 PDT 2020


LukeGeeson marked 2 inline comments as done.
LukeGeeson added inline comments.


================
Comment at: clang/lib/Basic/Targets/AArch64.cpp:284
+  if (HasMatMul)
+    Builder.defineMacro("__ARM_FEATURE_MATMUL_INT8", "1");
+
----------------
DavidSpickett wrote:
> I don't see specific tests for this #define
test added in clang/test/CodeGen/aarch64-matmul.cpp


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

https://reviews.llvm.org/D77540





More information about the cfe-commits mailing list