[PATCH] D82705: [X86-64] Support Intel AMX instructions

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 19:00:15 PDT 2020


LuoYuanke added inline comments.


================
Comment at: llvm/test/MC/X86/AMX/x86-64-amx-error.s:8
+tileloaddt1 1(%rip), %tmm1
+
+// CHECK: invalid operand for instruction
----------------
Do we have an error case that test the register number should be constrained to tmm0 ~ tmm7? Both for assembly and disassembly?


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

https://reviews.llvm.org/D82705





More information about the llvm-commits mailing list