summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/f32-to-i64-single-float.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MIPS] Fix illegal type assert in single-float modeSimon Atanasyan2018-09-111-0/+52
An fp_to_sint node would be incorrectly lowered to a TruncIntFP node in single-float mode. This would trigger an "Unexpected illegal type!" assert. Patch by Dan Ravensloft. Differential revision: https://reviews.llvm.org/D51810 llvm-svn: 341952
OpenPOWER on IntegriCloud