CellSPU:
authorScott Michel <scottm@aero.org>
Mon, 1 Dec 2008 17:56:02 +0000 (17:56 +0000)
committerScott Michel <scottm@aero.org>
Mon, 1 Dec 2008 17:56:02 +0000 (17:56 +0000)
commit1a6cdb6b50f982122453babde406215e849bb021
tree02c36eb75c95e7c20c7668f55366737a2628aed6
parentde5debfb580bb750af8cda1f87cdd4f70fec7a2b
CellSPU:
- Fix v2[if]64 vector insertion code before IBM files a bug report.
- Ensure that zero (0) offsets relative to $sp don't trip an assert
  (add $sp, 0 gets legalized to $sp alone, tripping an assert)
- Shuffle masks passed to SPUISD::SHUFB are now v16i8 or v4i32

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUInstrInfo.td
test/CodeGen/CellSPU/vecinsert.ll