]> granicus.if.org Git - clang/commit
ARM & AArch64: unify the rest of the completely shared NEON implementations
authorTim Northover <tnorthover@apple.com>
Fri, 31 Jan 2014 10:46:52 +0000 (10:46 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 31 Jan 2014 10:46:52 +0000 (10:46 +0000)
commit18aa0b24577a0f75fcdbae5119459ff863674fe7
tree8292a1c2bcff9b2717dac099774c7a5223e1fa4c
parent75e7564b6153aa3e94cffef56f0cebef7cd11e26
ARM & AArch64: unify the rest of the completely shared NEON implementations

This should be the last routine patch: AArch64 does still delegate to
EmitARMBuiltinExpr, but the remaining instances have complications of
one sort or another so some more cunning thought will be needed.

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