mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 13:46:13 +00:00
ed741dde28
- 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 |
||
---|---|---|
.. | ||
i32operations.c | ||
i64operations.c | ||
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.