]> granicus.if.org Git - clang/commit
ARM & AArch64: combine implementation of vcaXYZ intrinsics
authorTim Northover <tnorthover@apple.com>
Tue, 4 Feb 2014 14:55:52 +0000 (14:55 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 4 Feb 2014 14:55:52 +0000 (14:55 +0000)
commite847967b4f2ce737877cf80c45bcd2a289aa854e
tree3ed8b8747b169d051868c1e24dd4a8a421ed57a4
parent1c8a7104685271634befd4e6b789ccce7aa9df8f
ARM & AArch64: combine implementation of vcaXYZ intrinsics

Now that the back-end intrinsics are more regular, there's no need for the
special handling these got in the front-end, so they can be moved to
EmitCommonNeonBuiltinExpr.

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