]> granicus.if.org Git - clang/commit
[X86] Fix various type mismatches in intrinsic headers and intrinsic tests that cause...
authorCraig Topper <craig.topper@intel.com>
Sat, 7 Jul 2018 17:03:32 +0000 (17:03 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 7 Jul 2018 17:03:32 +0000 (17:03 +0000)
commit1d754e855c2f60783bbae9eb54199e67c8371e98
tree8910fe87b645a2c64e3fd7ebd68f669633a71249
parent27dd885739e60dcea9da632b0f35e73ba267aa56
[X86] Fix various type mismatches in intrinsic headers and intrinsic tests that cause extra bitcasts to be emitted in the IR.

Found via imprecise grepping of the -O0 IR. There could still be more bugs out there.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336487 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/avx512fintrin.h
lib/Headers/avx512vlintrin.h
lib/Headers/avxintrin.h
test/CodeGen/avx-builtins.c
test/CodeGen/avx-shuffle-builtins.c
test/CodeGen/avx512dq-builtins.c
test/CodeGen/avx512f-builtins.c