[X86][NFC] Reorganize X86InstrInfo.td
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. It will be more clear to me that X86InstrInfo just define some X86 specific properties and would not include detailed instrs definition. Reviewed By: skan Differential Revision: https://reviews.llvm.org/D144244
Loading
Please sign in to comment