ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.
authorTim Northover <tnorthover@apple.com>
Wed, 28 Aug 2013 14:33:33 +0000 (14:33 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 28 Aug 2013 14:33:33 +0000 (14:33 +0000)
commitd3128a4a5a8531a256a224422d7da178d18459eb
tree3eb110b310ac79a3b40d861547e61f1e7a8f52dd
parentc85bb78714e8e05fb3022148320ea685d7f98d60
ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.

Clang is now generating cleaner IR, so this removes the old variants which
should be completely unused.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189481 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsARM.td
lib/Target/ARM/ARMInstrNEON.td
test/CodeGen/ARM/vadd.ll
test/CodeGen/ARM/vqdmul.ll
test/CodeGen/ARM/vsub.ll