[PATCH] D91927: [X86] Add x86_amx type for intel AMX.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 16:32:48 PST 2021


MaskRay added inline comments.


================
Comment at: llvm/include/llvm-c/Core.h:163
   LLVMX86_MMXTypeKind,   /**< X86 MMX */
+  LLVMX86_AMXTypeKind,   /**< X86 AMX */
   LLVMTokenTypeKind,     /**< Tokens */
----------------
cuviper wrote:
> This is a breaking change to the C ABI -- can we move it to the end of the enum?
> https://bugs.llvm.org/show_bug.cgi?id=48905
Done in 6612c2bb68becda5504099b48082c844503c6d4c


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91927



More information about the llvm-commits mailing list