CellSPU: Add new directory under tests/CodeGen/CellSPU to retain tests that
authorScott Michel <scottm@aero.org>
Fri, 5 Dec 2008 00:01:00 +0000 (00:01 +0000)
committerScott Michel <scottm@aero.org>
Fri, 5 Dec 2008 00:01:00 +0000 (00:01 +0000)
commitcd730fa3377ba9f019c810c3181390960b85e831
tree158226fffb3d9e6af9810f36ebe727a0c55f6897
parentd75ba1c3573d3d5146d0abe8cb376dca94be94d5
CellSPU: Add new directory under tests/CodeGen/CellSPU to retain tests that
aren't part of the test suite but are generally useful nonetheless, and can
be expanded later to test the backend against the actual Cell SPU system.

There's basically no other good place to put this code, so put it here for
the time being.

- vecoperations.c: Vector shuffles for all supported vector types, tests
  for v16i8 add and multiply.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60566 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/CellSPU/useful-harnesses/README.txt [new file with mode: 0644]
test/CodeGen/CellSPU/useful-harnesses/vecoperations.c [new file with mode: 0644]