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

Wang, Xin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 17:51:28 PST 2023


XinWang10 created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
XinWang10 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Try to use class to refactor X86InstrArithmetic.td, now binop like add
has been represented in ArithBinOp_*, use some class to refactor other
instrs like mul,inc...


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144154

Files:
  llvm/lib/Target/X86/X86InstrArithmetic.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144154.497856.patch
Type: text/x-patch
Size: 47306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/4dc493e4/attachment-0001.bin>


More information about the llvm-commits mailing list