Neither the base implementation of findCommutedOpIndices nor any in-tree
target modifies the instruction passed in and there is no reason why
they would in the future.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66138
Let findCommutedOpIndices take const MachineInstr& ClosedPublic Authored by hvdijk on Aug 13 2019, 5:12 AM.
Details Summary Neither the base implementation of findCommutedOpIndices nor any in-tree
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 25 2019, 3:22 AM Closed by commit rL372882: [TargetInstrInfo] Let findCommutedOpIndices take const MachineInstr& (authored by RKSimon). · Explain WhySep 25 2019, 7:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 221773 llvm/trunk/include/llvm/CodeGen/TargetInstrInfo.h
llvm/trunk/lib/CodeGen/TargetInstrInfo.cpp
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.h
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/trunk/lib/Target/Mips/MipsInstrInfo.h
llvm/trunk/lib/Target/Mips/MipsInstrInfo.cpp
llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.h
llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/trunk/lib/Target/X86/X86InstrInfo.h
llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
|