[PATCH] D83111: [X86-64] Support Intel AMX Intrinsic

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 4 00:29:19 PDT 2020


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/AMX/amx-int8-intrinsics.ll:17
+  ret void
+}
+
----------------
its probably cleaner to split these and have one test for each intrinsic


================
Comment at: llvm/test/CodeGen/X86/AMX/amx-tile-intrinsics.ll:23
+  ret void
+}
+
----------------
its probably cleaner to split these and have one test for each intrinsic


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

https://reviews.llvm.org/D83111





More information about the llvm-commits mailing list