summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CellSPU/vec_const.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove the CellSPU port.Eric Christopher2012-11-141-154/+0
| | | | | | Approved by Chris Lattner. llvm-svn: 167984
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-111-2/+2
| | | | llvm-svn: 81545
* Fix some tests. The grep for "il" was matching "file".Rafael Espindola2008-12-031-2/+2
| | | | llvm-svn: 60485
* Un-XFAIL tests now that they're fixed.Bill Wendling2008-11-111-1/+0
| | | | llvm-svn: 59023
* r59009 broke these tests. XFAIL for now.Bill Wendling2008-11-111-0/+1
| | | | llvm-svn: 59010
* - Expand tabs to spaces.Scott Michel2008-03-051-21/+21
| | | | | | | | - select_bits.ll now fully functional now that PR1993 is closed. It was previously broken by refactoring in SPUInstrInfo.td and using multiclasses. - Same for eqv.ll llvm-svn: 47972
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-291-5/+4
| | | | | | | | | | | | | | only two addressing mode nodes, SPUaform and SPUindirect (vice the three previous ones, SPUaform, SPUdform and SPUxform). This improves code somewhat because we now avoid using reg+reg addressing when it can be avoided. It also simplifies the address selection logic, which was the main point for doing this. Also, for various global variables that would be loaded using SPU's A-form addressing, prefer D-form offs[reg] addressing, keeping the base in a register if the variable is used more than once. llvm-svn: 46483
* remove extraneous &&'s from tests, as Scott is apparently not going to.Chris Lattner2008-01-181-18/+18
| | | | llvm-svn: 46173
* More working CellSPU tests:Scott Michel2007-12-201-0/+155
- vec_const.ll: Vector constant loads - immed64.ll: i64, f64 constant loads llvm-svn: 45242
OpenPOWER on IntegriCloud