]> granicus.if.org Git - clang/commit
[AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has versions...
authorCraig Topper <craig.topper@gmail.com>
Sun, 11 Dec 2016 01:26:52 +0000 (01:26 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 11 Dec 2016 01:26:52 +0000 (01:26 +0000)
commit5074e7e38b126b06700c3aa396c58daa9c99652f
tree1634286e5b1ecbd8f7309a4bc2b1ff7b3e46f8d3
parentf2ba17e2d09858e3be53511c94d970cfd166729c
[AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has versions without masking so wrap it with select.

This will allow the backend to constant fold these to generic shuffle vectors like 128-bit and 256-bit without having to working about handling masking.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289351 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/Headers/avx512fintrin.h
test/CodeGen/avx512f-builtins.c