forked from OSchip/llvm-project
a292fc6d6b
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. llvm-svn: 62254 |
||
---|---|---|
.. | ||
README.txt | ||
i32operations.c | ||
i64operations.c | ||
i64operations.h | ||
vecoperations.c |
README.txt
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.