Previously these pseudo instructions were not guarded by ISA, so their
select was dependant on the ordering of the entries in the DAG matcher.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D39723
[mips] Guard indirect and tailcall pseudo instructions correctly. ClosedPublic Authored by sdardis on Nov 7 2017, 2:24 AM.
Details Summary Previously these pseudo instructions were not guarded by ISA, so their
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 7 2017, 6:46 AM Closed by commit rL317681: [mips] Guard indirect and tailcall pseudo instructions correctly. (authored by sdardis). · Explain WhyNov 8 2017, 3:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 122047 llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td
llvm/trunk/lib/Target/Mips/MicroMipsInstrInfo.td
llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
llvm/trunk/test/CodeGen/Mips/brind-tailcall.ll
llvm/trunk/test/CodeGen/Mips/tailcall/tailcall.ll
|