[PATCH] D21060: [AVX512] Emit select instruction instead of using x86 specific instrinsics.
Igor Breger via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 7 01:33:04 PDT 2016
igorb created this revision.
igorb added reviewers: craig.topper, delena.
igorb added a subscriber: cfe-commits.
igorb set the repository for this revision to rL LLVM.
[AVX512] Emit select instruction instead of using x86 specific instrinsics.
This will allow us to remove the x86 instrinics from the backend.
Repository:
rL LLVM
http://reviews.llvm.org/D21060
Files:
include/clang/Basic/BuiltinsX86.def
lib/CodeGen/CGBuiltin.cpp
lib/Headers/avx512bwintrin.h
lib/Headers/avx512fintrin.h
lib/Headers/avx512vlbwintrin.h
lib/Headers/avx512vlintrin.h
test/CodeGen/avx512bw-builtins.c
test/CodeGen/avx512f-builtins.c
test/CodeGen/avx512vl-builtins.c
test/CodeGen/avx512vlbw-builtins.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21060.59840.patch
Type: text/x-patch
Size: 51765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160607/990b9314/attachment-0001.bin>
More information about the cfe-commits
mailing list