..Move all target-dependent checks into new isCopyInstrImpl method.
This change allows us to treat MoveReg-type instructions and generic
COPY instruction in the same way
Paths
| Differential D49913
Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructions ClosedPublic Authored by aivchenk on Jul 27 2018, 6:06 AM.
Details Summary ..Move all target-dependent checks into new isCopyInstrImpl method. This change allows us to treat MoveReg-type instructions and generic
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 6 2018, 4:38 PM Closed by commit rL341072: Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructions (authored by aivchenk). · Explain WhyAug 30 2018, 7:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 163326 llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.h
llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp
llvm/trunk/lib/Target/Mips/Mips16InstrInfo.h
llvm/trunk/lib/Target/Mips/Mips16InstrInfo.cpp
llvm/trunk/lib/Target/Mips/MipsSEInstrInfo.h
llvm/trunk/lib/Target/Mips/MipsSEInstrInfo.cpp
llvm/trunk/lib/Target/X86/X86InstrInfo.h
llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
|