CellSPU:
authorScott Michel <scottm@aero.org>
Mon, 24 Nov 2008 18:20:46 +0000 (18:20 +0000)
committerScott Michel <scottm@aero.org>
Mon, 24 Nov 2008 18:20:46 +0000 (18:20 +0000)
commit045a14503fef0c1be95917ecca6c13aee6734e4b
tree636dda0ea9315b1c1236547df84938a8189550bb
parent942b8c853375ae6a3e84f4b0a70f6d4e194ea594
CellSPU:
(a) Slight rethink on i64 zero/sign/any extend code - use a shuffle to
    directly zero-extend i32 to i64, but use rotates and shifts for
    sign extension. Also ensure unified register consistency.
(b) Add new test harness for i64 operations: i64ops.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59970 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CellSPU/SPUISelLowering.cpp
test/CodeGen/CellSPU/i64ops.ll [new file with mode: 0644]