OSDN Git Service

More working CellSPU tests:
authorScott Michel <scottm@aero.org>
Thu, 20 Dec 2007 00:44:13 +0000 (00:44 +0000)
committerScott Michel <scottm@aero.org>
Thu, 20 Dec 2007 00:44:13 +0000 (00:44 +0000)
commit86c041f50e17f7fcd18193ff49e58379924d6472
tree581d062c9cd0bb0df1a7a8ab5f6d65ca66fdb572
parente3611871cb5430f9c958cab1be7ef2e0778b3241
More working CellSPU tests:
- vec_const.ll: Vector constant loads
- immed64.ll: i64, f64 constant loads

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45242 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CellSPU/SPUAsmPrinter.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUInstrInfo.cpp
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/CellSPU/SPURegisterInfo.cpp
test/CodeGen/CellSPU/immed64.ll [new file with mode: 0644]
test/CodeGen/CellSPU/vec_const.ll [new file with mode: 0644]