]> granicus.if.org Git - clang/commit
[X86] Correct the type string for __builtin_ia32_gathersiv16sf to make the indices...
authorCraig Topper <craig.topper@intel.com>
Wed, 16 Jan 2019 07:17:14 +0000 (07:17 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 16 Jan 2019 07:17:14 +0000 (07:17 +0000)
commitadc91e8c96c68cc43b2d697f4ed918b0436e2fde
tree085949d4545887501154931ff19edec06c3f0429
parent2503fd967961e135aa59c82ab14e806753aa8506
[X86] Correct the type string for __builtin_ia32_gathersiv16sf to make the indices an integer type not an FP type.

The element count and width remain the same. This went unnoticed because default conversion from builtin to intrinsic will generate a bitcast if the types don't match.

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