[PATCH] D144154: [X86]Use Class to refactor ArithMetic td file in X86

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 22:31:57 PST 2023


skan added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrArithmetic.td:522
+
+//  UnaryOpM - Instructions like "neg [mem]"
+class NegOpM<bits<8> opcode, string mnemonic, X86TypeInfo info>
----------------
Misplaced comment


================
Comment at: llvm/lib/Target/X86/X86InstrArithmetic.td:528
+
+//  UnaryOpM_F - Instructions like "neg [mem]" implicit EFLAGS
+class NotOpM<bits<8> opcode, string mnemonic, X86TypeInfo info>
----------------
Misplaced comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144154



More information about the llvm-commits mailing list