Craig Topper
8de5abc4c8
[X86] Remove mask and passthru arguments from vpconflict builtins. Use select in IR instead.
...
llvm-svn: 352173
2019-01-25 07:08:22 +00:00
Jina Nahias
48e298b8c4
lowering broadcastm
...
Change-Id: I0661abea3e3742860e0a03ff9e4fcdc367eff7db
llvm-svn: 317456
2017-11-06 07:04:12 +00:00
Elad Cohen
b107a22afb
[X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests
...
The X86 clang/test/CodeGen/*builtins.c tests define the mm_malloc.h include
guard as a hack for avoiding its inclusion (mm_malloc.h requires a hosted
environment since it expects stdlib.h to be available - which is not the case
in these internal clang codegen tests).
This patch removes this hack and instead passes -ffreestanding to clang cc1.
Differential Revision: https://reviews.llvm.org/D24825
llvm-svn: 282581
2016-09-28 11:59:09 +00:00
Eric Christopher
abb2b54ad3
After PR28761 use -Wall with -Werror in builtins tests to identify
...
possible problems in headers.
llvm-svn: 277696
2016-08-04 06:02:50 +00:00
Craig Topper
46e7555d4b
[AVX512] Use the generic ctlz intrinsic to implement the vplzcntd/q builtins.
...
llvm-svn: 274603
2016-07-06 04:24:29 +00:00
Craig Topper
879b0978f4
[AVX512] Move the 128-bit and 256-bit lzcnt intrinsics to avx512vlcdintrin.h where they belong.
...
llvm-svn: 273249
2016-06-21 06:53:58 +00:00
Michael Zuckerman
514f05543f
[Clang][Builtin][AVX512] Adding intrisnics for the vpconflict{q|d} instruction set
...
Differential Revision: http://reviews.llvm.org/D19525
llvm-svn: 267728
2016-04-27 15:35:13 +00:00
Michael Zuckerman
8c2900f44d
[Clang][BuiltIn][AVX512] Adding intrinsics without mask for VBROADCAST and VPBROADCAST instruction set .
...
Differential Revision: http://reviews.llvm.org/D19196
llvm-svn: 267696
2016-04-27 11:43:14 +00:00