[llvm] [X86][MC] Support Enc/Dec for EGPR for promoted AMX-TILE instruction (PR #76210)

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 22 01:08:22 PST 2023


================
@@ -0,0 +1,6 @@
+# RUN: llvm-mc --disassemble %s -triple=x86_64 | FileCheck %s --check-prefixes=ATT
----------------
XinWang10 wrote:

Agree, I think the impl would be cleaner, will do. @KanRobert, these promoted instrs usually only have 1 form for each instrs, it may be doable, and for those has nf or ndd version, we add them one test for each instr, what do you think?

https://github.com/llvm/llvm-project/pull/76210


More information about the llvm-commits mailing list