search for: vsplti

Displaying 4 results from an estimated 4 matches for "vsplti".

Did you mean: vspltw
2006 Nov 16
2
[LLVMdev] 1.9 Prerelease Available for Testing
...e, test/Regression/CodeGen/PowerPC/vec_spat.ll contains: ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vspltw | wc -l | grep 2 && ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g3 | grep stfs | wc -l | grep 4 && ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vsplti | wc -l | grep 3 && ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vsplth | wc -l | grep 1 We want this test to run on all hosts, regardless of whether or not they are PPC or even have altivec. We could make the test system know that this specific test requires the PPC target...
2006 Nov 16
0
[LLVMdev] 1.9 Prerelease Available for Testing
>>> No ppc, but x86 (Slackware 10.2) with LLVM 1.9 and its associated >>> GCC4-based frontend (recompiled for my machine). I put the log file in >>> attachment. A lot of failures arose from the fact that the ppc, alpha, ... >>> backends were not built and hence not found. >> >> Ah yes I see. The test framework needs to be modified to handle this but
2006 Nov 16
0
[LLVMdev] 1.9 Prerelease Available for Testing
...CodeGen/PowerPC/vec_spat.ll contains: > > ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vspltw | wc -l | grep 2 && > ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g3 | grep stfs | wc -l | grep 4 && > ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vsplti | wc -l | grep 3 && > ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vsplth | wc -l | grep 1 > > We want this test to run on all hosts, regardless of whether or not they > are PPC or even have altivec. > > We could make the test system know that this specific te...
2006 Nov 16
2
[LLVMdev] 1.9 Prerelease Available for Testing
On Thu, 16 Nov 2006, Tanya M. Lattner wrote: >> No ppc, but x86 (Slackware 10.2) with LLVM 1.9 and its associated >> GCC4-based frontend (recompiled for my machine). I put the log file in >> attachment. A lot of failures arose from the fact that the ppc, alpha, ... >> backends were not built and hence not found. > > Ah yes I see. The test framework needs to be