r184787 - Added arm_neon intrinsic tests.

Michael Gottesman mgottesman at apple.com
Thu Jun 27 14:50:44 PDT 2013


I just checked and it passed for me on x86-64 mac os x and linux.

I think maybe the failure you were seeing was due to the bug Bob fixed in r184870 (which were caught by these tests as you saw = p).

Like you suggested I am going to revert your revert and see if the issue is fixed.

Thanks again = ).
Michael

On Jun 24, 2013, at 7:20 PM, Chandler Carruth <chandlerc at google.com> wrote:

> Reverted in r184817. Here is my output from running it:
> 
> % llvm-lit -v --param=run_long_tests=true tools/clang/test/CodeGen/arm_neon_intrinsics.c
> llvm-lit: lit.cfg:184: note: using clang: '/home/chandlerc/src/llvm.git/ninja-build/bin/./clang'
> -- Testing: 1 tests, 1 threads --
> FAIL: Clang :: CodeGen/arm_neon_intrinsics.c (1 of 1)
> ******************** TEST 'Clang :: CodeGen/arm_neon_intrinsics.c' FAILED ********************
> Script:
> --
> /home/chandlerc/src/llvm.git/ninja-build/bin/./clang -cc1 -internal-isystem /home/chandlerc/src/llvm.git/ninja-build/bin/../lib/clang/3.4/include -triple thumbv7s-apple-darwin -target-abi apcs-gnu  -target-cpu swift -ffreestanding -Os -S -o - /home/chandlerc/src/llvm.git/tools/clang/test/CodeGen/arm_neon_intrinsics.c  | FileCheck /home/chandlerc/src/llvm.git/tools/clang/test/CodeGen/arm_neon_intrinsics.c
> --
> Exit Code: 1
> Command Output (stderr):
> --
> /home/chandlerc/src/llvm.git/tools/clang/test/CodeGen/arm_neon_intrinsics.c:9292:11: error: expected string not found in input
> // CHECK: vshl.i64 d{{[0-9]+}}, d{{[0-9]+}}, #{{[0-9]+}}
>           ^
> <stdin>:17868:2: note: scanning from here
>  .align 2
>  ^
> <stdin>:17889:2: note: possible intended match here
>  vshl.i8 d16, d16, #1
>  ^
> --
> 
> Let me know if I can help more.
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130627/27c2e651/attachment.html>


More information about the cfe-commits mailing list