llvm-6502/test/CodeGen/CellSPU/useful-harnesses
Scott Michel ed741dde28 CellSPU:
- Fix (brcond (setq ...)) bug, where BRNZ should have been used vice BRZ.
- Kill unused/unnecessary nodes in SPUNodes.td
- Beef out the i64operations.c test harness to use a lot of unaligned
  loads, test loops and LLVM loop/basic block optimizations; run the
  test harness successfully on real Cell hardware.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61664 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-05 01:34:35 +00:00
..
i32operations.c
i64operations.c CellSPU: 2009-01-05 01:34:35 +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.