..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 157673 include/llvm/CodeGen/TargetInstrInfo.h
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.cpp
|
The naming between the doxygen comment and the variable does not match (Source vs SourceOpNum).