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

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 02:23:34 PDT 2022


LuoYuanke added inline comments.


================
Comment at: llvm/test/MC/X86/x86-64AmxFP16-att.s:2
+// RUN: llvm-mc -triple x86_64-unknown-unknown --show-encoding %s | FileCheck %s
+
+// CHECK:      tdpfp16ps       %tmm5, %tmm4, %tmm3
----------------
There is "test/MC/X86/AMX/" folder. Probably move the test case to that folder or maybe merge the test case to test/MC/X86/AMX/x86-64-amx-bf16-att.s


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

https://reviews.llvm.org/D135941



More information about the llvm-commits mailing list