Go to file
Scott Michel 2e5df906f8 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

llvm-svn: 59970
2008-11-24 18:20:46 +00:00
clang Add support for AllocaRegion extent with GDM. 2008-11-24 09:44:56 +00:00
llvm CellSPU: 2008-11-24 18:20:46 +00:00