llvm-6502/test/CodeGen/CellSPU/useful-harnesses
Scott Michel 94bd57e154 - Convert remaining i64 custom lowering into custom instruction emission
sequences in SPUDAGToDAGISel.cpp and SPU64InstrInfo.td, killing custom
  DAG node types as needed.
- i64 mul is now a legal instruction, but emits an instruction sequence
  that stretches tblgen and the imagination, as well as violating laws of
  several small countries and most southern US states (just kidding, but
  looking at a function with 80+ parameters is really weird and just plain
  wrong.)
- Update tests as needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62254 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-15 04:41:47 +00:00
..
i32operations.c - Remove Tilmann's custom truncate lowering: it completely hosed over 2008-12-27 04:51:36 +00:00
i64operations.c - Convert remaining i64 custom lowering into custom instruction emission 2009-01-15 04:41:47 +00:00
i64operations.h CellSPU: 2009-01-06 03:36:14 +00:00
README.txt
vecoperations.c

This directory contains code that's not part of the DejaGNU test suite,
but is generally useful as various test harnesses.

vecoperations.c: Various vector operation sanity checks, e.g., shuffles,
  8-bit vector add and multiply.