summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/mips64ext.ll
Commit message (Collapse)AuthorAgeFilesLines
* Replace obsolete -mattr=n64 command line option with -target-abi=n64. No ↵Vladimir Medic2015-02-261-2/+2
| | | | | | functional changes. llvm-svn: 230628
* [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 ↵Daniel Sanders2014-04-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests with -mcpu=mips4 as a starting point Summary: Two exceptions to this: test/CodeGen/Mips/octeon.ll test/CodeGen/Mips/octeon_popcnt.ll these test extensions to MIPS64 One test is altered for MIPS-IV: test/CodeGen/Mips/mips64countleading.ll Tests dclo/dclz which were added in MIPS64. The MIPS-IV version tests that dclo/dclz are not emitted. Four tests fail and are not in this patch: test/CodeGen/Mips/abicalls.ll test/CodeGen/Mips/fcopysign-f32-f64.ll test/CodeGen/Mips/fcopysign.ll test/CodeGen/Mips/stack-alignment.ll Depends on D3343 Reviewers: matheusalmeida, vmedic Reviewed By: vmedic Differential Revision: http://reviews.llvm.org/D3344 llvm-svn: 206185
* Pattern for f32 to i64 conversion.Akira Hatanaka2012-01-241-0/+7
| | | | llvm-svn: 148869
* 32-to-64-bit sext_inreg pattern.Akira Hatanaka2011-12-201-0/+8
| | | | llvm-svn: 147004
* Remove definitions of double word shift plus 32 instructions. Assembler orAkira Hatanaka2011-12-191-2/+2
| | | | | | | direct-object emitter should emit the appropriate shift instruction depending on the shift amount. llvm-svn: 146893
* 32 to 64-bit zext pattern.Akira Hatanaka2011-12-071-0/+11
llvm-svn: 146096
OpenPOWER on IntegriCloud