[PATCH] D100032: [X86][AMX] Add description of x86_amx to LangRef.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 23:41:54 PDT 2021


LuoYuanke updated this revision to Diff 336013.
LuoYuanke added a comment.

Reformat it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100032

Files:
  llvm/docs/LangRef.rst


Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -3140,6 +3140,23 @@
 IEEE-754-2008 specifications for binary16, binary32, binary64, and binary128
 respectively.
 
+X86_amx Type
+""""""""""""
+
+:Overview:
+
+The x86_amx type represents a value held in an AMX tile register on an x86
+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.
+
+:Syntax:
+
+::
+
+      x86_amx
+
+
 X86_mmx Type
 """"""""""""
 
@@ -3534,7 +3551,7 @@
 format is represented by ``0xR`` followed by 4 hexadecimal digits. All
 hexadecimal formats are big-endian (sign bit at the left).
 
-There are no constants of type x86_mmx.
+There are no constants of type x86_mmx and x86_amx.
 
 .. _complexconstants:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100032.336013.patch
Type: text/x-patch
Size: 953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210408/776bc744/attachment.bin>


More information about the llvm-commits mailing list