]> granicus.if.org Git - clang/commit
Fix clang crashes on Neon vld[234]_dup intrinsics with 64-bit element types.
authorBob Wilson <bob.wilson@apple.com>
Fri, 10 Dec 2010 22:54:58 +0000 (22:54 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 10 Dec 2010 22:54:58 +0000 (22:54 +0000)
commita0eb23b79aba48a8141daa4eb1aba66266b41abe
treef3330c0aae271de6beb97bace9b7557ab21043ea
parente005d19456e6fb73ace33f25e02ac10e22dd063f
Fix clang crashes on Neon vld[234]_dup intrinsics with 64-bit element types.
The 64-bit element vectors need to be handled as a special case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121592 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp