llvm-6502/test/CodeGen/CellSPU/useful-harnesses/README.txt
Scott Michel cd730fa337 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
2008-12-05 00:01:00 +00:00

6 lines
230 B
Plaintext

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.