[llvm] [X86][MC] Support encoding/decoding for APX variant MUL/IMUL/DIV/IDIV instructions (PR #76919)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 22:12:24 PST 2024


================
@@ -72,23 +72,59 @@ multiclass Mul<bits<8> o, string m, Format RegMRM, Format MemMRM, SDPatternOpera
   // This probably ought to be moved to a def : Pat<> if the
   // syntax can be accepted.
   let Defs = [AL,EFLAGS,AX], Uses = [AL] in
----------------
phoebewang wrote:

Add space after `,`. The same below.

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


More information about the llvm-commits mailing list