AArch64: share slgihtly more NEON implementation with ARM.
authorTim Northover <tnorthover@apple.com>
Tue, 11 Feb 2014 11:27:44 +0000 (11:27 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 11 Feb 2014 11:27:44 +0000 (11:27 +0000)
commit02b438754ccc5ae097fe0a326f3a542fbed5838b
treee402f538ead5c7eeddd6038210379aa202023e0c
parent70b5ba49c31fd92c3b34456ef696bd24675bcda3
AArch64: share slgihtly more NEON implementation with ARM.

The s64/u64 vcvt conversion operations are actually pretty much identical to
the s32/u32 ones in implementation, and can be shared with just one extra
variable.

llvm-svn: 201145
clang/lib/CodeGen/CGBuiltin.cpp