The return types on the AVX512 __builtin_ia32_gather3XivXdi builtins are incorrect. The return type should match the type of the pass through vector.
The corresponding LLVM diff is D24744.
Paths
| Differential D24785
[AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtins ClosedPublic Authored by cameron.mcinally on Sep 20 2016, 2:06 PM.
Details Summary The return types on the AVX512 __builtin_ia32_gather3XivXdi builtins are incorrect. The return type should match the type of the pass through vector. The corresponding LLVM diff is D24744.
Diff Detail
Event Timelinecameron.mcinally retitled this revision from to [AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtins. cameron.mcinally updated this object. This revision is now accepted and ready to land.Sep 20 2016, 10:27 PM Comment Actions This was fixed with r282082. My cfe-commits email is being held for moderation (not a member of the list), so there was no automatic update.
Revision Contents
Diff 71985 include/clang/Basic/BuiltinsX86.def
|