summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/fcopysign-f32-f64.ll
Commit message (Collapse)AuthorAge
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186227 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2012-04-11
- FCOPYSIGN nodes that have operands of different types were not handled. - Different code was generated depending on the endianness of the target. Additionally, code is added that emits INS and EXT instructions, if they are supported by target (they are R2 instructions). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154540 91177308-0d34-0410-b5e6-96231b3b80d8