Fast-isel was picking AFGR64 register class for processing call arguments when
+fp64 options was used. We simply check is option +fp64 is used and pick
appropriate register.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65886
[Mips][Codegen] Fix fast-isel mixing of FGR64 and AFGR64 registers ClosedPublic Authored by mbrkusanin on Aug 7 2019, 8:35 AM.
Details Summary Fast-isel was picking AFGR64 register class for processing call arguments when
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 9 2019, 4:46 AM Closed by commit rL368433: [Mips][Codegen] Fix fast-isel mixing of FGR64 and AFGR64 registers (authored by atanasyan). · Explain WhyAug 9 2019, 5:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 214359 llvm/trunk/lib/Target/Mips/MipsFastISel.cpp
llvm/trunk/test/CodeGen/Mips/copy-fp64.ll
|