[PATCH] D100032: [X86][AMX] Add description of x86_amx to LangRef.
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 12 01:50:20 PDT 2021
pengfei added a comment.
Maybe also after https://llvm.org/docs/BitCodeFormat.html#type-code-x86-mmx-record
================
Comment at: llvm/docs/LangRef.rst:3150
+machine. The operations allowed on it are quite limited: stride load and store,
+zero, dot product. User-specified AMX instructions are represented as intrinsic.
+There are no arrays, vectors or constants of this type.
----------------
and
================
Comment at: llvm/docs/LangRef.rst:3150
+machine. The operations allowed on it are quite limited: stride load and store,
+zero, dot product. User-specified AMX instructions are represented as intrinsic.
+There are no arrays, vectors or constants of this type.
----------------
pengfei wrote:
> and
intrinsics
================
Comment at: llvm/docs/LangRef.rst:3151
+zero, dot product. User-specified AMX instructions are represented as intrinsic.
+There are no arrays, vectors or constants of this type.
+
----------------
pointers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100032/new/
https://reviews.llvm.org/D100032
More information about the llvm-commits
mailing list