[PATCH] D144244: [X86]rearange X86InstrInfo.td

Wang, Xin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 00:58:00 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.

For now X86InstrInfo.td has many definitions for some instrs
and patterns which I think should not exist here, extract them 
and move to other files.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144244

Files:
  llvm/lib/Target/X86/X86InstrArithmetic.td
  llvm/lib/Target/X86/X86InstrAsmAlias.td
  llvm/lib/Target/X86/X86InstrBasic.td
  llvm/lib/Target/X86/X86InstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144244.498277.patch
Type: text/x-patch
Size: 261364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230217/a2b8a72e/attachment-0001.bin>


More information about the llvm-commits mailing list