search for: vspltw

Displaying 5 results from an estimated 5 matches for "vspltw".

2006 Nov 16
2
[LLVMdev] 1.9 Prerelease Available for Testing
...uld be run. I just need to fix that bug so we only run tests for the > specific target we are on. The issue is that we have many tests that work in cross compile mode. For example, 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 w...
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
...fix that bug so we only run tests for the >> specific target we are on. > > The issue is that we have many tests that work in cross compile mode. For > example, 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...
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
2020 Aug 25
3
[TableGen] What to do if there are overlapping instruction patterns?
I've been working on adding support for a (semi-proprietary) extension for PowerPC called "Paired-Singles". It's a SIMD instruction set supporting various operations on a vector of 2 32-bit floating point numbers. The Extension is found in the PowerPC 750CL, modified variants of it are used in the Nintendo GameCube (Gekko), the Nintendo Wii (Broadway) and the Nintendo Wii U