Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Mips][Codegen] Fix fast-isel mixing of FGR64 and AFGR64 registers | Simon Atanasyan | 2019-08-09 | 1 | -0/+29 |
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. Patch by Mirko Brkusanin. Differential Revision: https://reviews.llvm.org/D65886 llvm-svn: 368433 |