[PATCH] D45204: [X86][MIPS][ARM] New machine instruction property 'isMoveReg'

Petar Jovanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 08:32:36 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL333093: [X86][MIPS][ARM] New machine instruction property 'isMoveReg' (authored by petarj, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45204?vs=148214&id=148227#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45204

Files:
  llvm/trunk/include/llvm/CodeGen/MachineInstr.h
  llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/trunk/include/llvm/MC/MCInstrDesc.h
  llvm/trunk/include/llvm/Target/Target.td
  llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.h
  llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
  llvm/trunk/lib/Target/ARM/ARMInstrThumb.td
  llvm/trunk/lib/Target/ARM/ARMInstrVFP.td
  llvm/trunk/lib/Target/Mips/MicroMipsDSPInstrInfo.td
  llvm/trunk/lib/Target/Mips/MicroMipsInstrFPU.td
  llvm/trunk/lib/Target/Mips/MicroMipsInstrInfo.td
  llvm/trunk/lib/Target/Mips/Mips16InstrInfo.cpp
  llvm/trunk/lib/Target/Mips/Mips16InstrInfo.h
  llvm/trunk/lib/Target/Mips/Mips16InstrInfo.td
  llvm/trunk/lib/Target/Mips/Mips64InstrInfo.td
  llvm/trunk/lib/Target/Mips/MipsDSPInstrInfo.td
  llvm/trunk/lib/Target/Mips/MipsInstrFPU.td
  llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
  llvm/trunk/lib/Target/Mips/MipsMSAInstrInfo.td
  llvm/trunk/lib/Target/Mips/MipsSEInstrInfo.cpp
  llvm/trunk/lib/Target/Mips/MipsSEInstrInfo.h
  llvm/trunk/lib/Target/X86/X86InstrAVX512.td
  llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
  llvm/trunk/lib/Target/X86/X86InstrInfo.h
  llvm/trunk/lib/Target/X86/X86InstrInfo.td
  llvm/trunk/lib/Target/X86/X86InstrMMX.td
  llvm/trunk/lib/Target/X86/X86InstrSSE.td
  llvm/trunk/utils/TableGen/CodeGenInstruction.cpp
  llvm/trunk/utils/TableGen/CodeGenInstruction.h
  llvm/trunk/utils/TableGen/InstrInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45204.148227.patch
Type: text/x-patch
Size: 29063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180523/55daeb38/attachment.bin>


More information about the llvm-commits mailing list