]> granicus.if.org Git - clang/commit
[AVX-512] Replace masked dword and qword variable shift builtins with unmasked builti...
authorCraig Topper <craig.topper@gmail.com>
Sun, 13 Nov 2016 07:26:34 +0000 (07:26 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 13 Nov 2016 07:26:34 +0000 (07:26 +0000)
commitecc2fbac01f6e7b11612d8b7299e73c7102abcaf
treea46d9cf3656a4e40f7473df76db5b1ca6cc487cd
parentd8afcb0b6e8b33d051581748b6071adcea596e51
[AVX-512] Replace masked dword and qword variable shift builtins with unmasked builtins and a select.

This is part of a set of changes to allow InstCombine in the backend to optimize variable shifts without having to know about masking.

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