History log of /external/clang/test/CodeGen/avx-cmp-builtins.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
492d84c0f737840d6ff8f894879405dacb3dd88b 17-Jun-2013 Manman Ren <mren@apple.com> X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd

These intrinsics should return the comparision result in the low bits and keep
the high bits of the first source operand.

When calling to builtin functions, the source operands are swapped and the high
bits of the second source operand are kept. To fix the issue, an extra
shufflevector is used.

rdar://14153896


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184110 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/avx-cmp-builtins.c
64d3e89f9b9a25d56aa4a4f77f56656b14d7e03a 03-Jun-2011 John McCall <rjmccall@apple.com> Test case for some AVX builtins. Patch by Syoyo Fujita!



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132518 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/avx-cmp-builtins.c
83eedee56e51b4b9b883a52da1c90ab86151a121 06-Apr-2011 John McCall <rjmccall@apple.com> I can't figure out any reasonable way to make this test non-host-dependent,
so I'm killing it.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129026 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/avx-cmp-builtins.c
018e02cc19d2635416a8b2b76f3c8faf6c361afb 06-Apr-2011 John McCall <rjmccall@apple.com> Make this a -cc1 test with a triple and a target feature.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128993 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/avx-cmp-builtins.c
0f9d1559da15d407989c1528a11dc89082fce254 06-Apr-2011 John McCall <rjmccall@apple.com> Anonymify this test.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128987 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/avx-cmp-builtins.c
d688bc0e927193c1df1586b4000683fce7f38287 06-Apr-2011 John McCall <rjmccall@apple.com> Implement the AVX cmp builtins as macros instead of static inlines.
Patch by Syoyo Fujita! Reviewed by Chris Lattner! Checked in by me!



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128984 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/avx-cmp-builtins.c