]> granicus.if.org Git - clang/commit
[AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtins
authorCameron McInally <cameron.mcinally@nyu.edu>
Wed, 21 Sep 2016 16:07:40 +0000 (16:07 +0000)
committerCameron McInally <cameron.mcinally@nyu.edu>
Wed, 21 Sep 2016 16:07:40 +0000 (16:07 +0000)
commitbd81660d3610ae5b3c300dea369fbe0b35c89a49
treea432d3741c27397e2bc3630feed91472d6517e5b
parent249c2beff6a126e6663f27d488c8cc8075b71af9
[AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtins

The return types on the AVX512 __builtin_ia32_gather3XivXdi builtins are incorrect. The return type should match the type of the pass through vector.

Differential Revision: https://reviews.llvm.org/D24785

-This line, and those below, will be ignored--

M    include/clang/Basic/BuiltinsX86.def

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282082 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def