]> granicus.if.org Git - clang/commit
[ARM] Fix arm_neon.h with -flax-vector-conversions=none
authorEli Friedman <efriedma@quicinc.com>
Wed, 9 Oct 2019 17:57:59 +0000 (17:57 +0000)
committerEli Friedman <efriedma@quicinc.com>
Wed, 9 Oct 2019 17:57:59 +0000 (17:57 +0000)
commitb8ee3f498b42c135ff329f62c36cdd6bb774221d
tree508bb6f103c2cc52507dcc47606d232a0e4db20f
parentbcf02e2dea95f7741edf9a5b5c0a9a6e6ad2703e
[ARM] Fix arm_neon.h with -flax-vector-conversions=none

Really, we were already 99% of the way there; just needed a couple minor
fixes that affected 64-bit-only builtins.  Based on D61717.

Note that the change to builtin_str changes the type of a few
__builtin_neon_* intrinsics that had the "wrong" type.

Fixes https://bugs.llvm.org/show_bug.cgi?id=43341

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374191 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/CodeGen/aarch64-neon-2velem.c
test/CodeGen/aarch64-neon-intrinsics.c
test/CodeGen/aarch64-neon-scalar-copy.c
test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
test/CodeGen/aarch64-neon-vget.c
test/CodeGen/aarch64-poly64.c
test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
test/CodeGen/arm64-lanes.c
test/CodeGen/arm64_vcopy.c
test/CodeGen/arm_neon_intrinsics.c
test/Headers/arm-neon-header.c
utils/TableGen/NeonEmitter.cpp