[PATCH] D135941: [X86] Support AMX-FP16

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 01:57:21 PDT 2022


RKSimon added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:553
 - Fix 32-bit ``__fastcall`` and ``__vectorcall`` ABI mismatch with MSVC.
+- Support ISA of ``AMX-FP16``.
 
----------------
Probably mention that this is the for the `_tile_dpfp16ps` instruction?


================
Comment at: llvm/test/MC/Disassembler/X86/x86-64AmxTileFP16-att.txt:4
+# CHECK:      tdpfp16ps %tmm5, %tmm4, %tmm3
+0xc4,0xe2,0x53,0x5c,0xdc
----------------
in some MC tests we handle att + intel tests in the same file - should we be doing that for all new tests?


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

https://reviews.llvm.org/D135941



More information about the llvm-commits mailing list