]> granicus.if.org Git - clang/commit
ARM: move vshll NEON implementation to common code
authorTim Northover <tnorthover@apple.com>
Mon, 10 Feb 2014 16:20:36 +0000 (16:20 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 10 Feb 2014 16:20:36 +0000 (16:20 +0000)
commit911d92654d8c59f323967b2d6ceadd87e2c68352
treec3bb4a8f8b6088f4b43d71e992506e1444ccb6b8
parent27ecc4dd3024a0f9de412fc342b738f52a48095e
ARM: move vshll NEON implementation to common code

Now that both ARM backends use the same implementation for vshll operations,
the code can be shared. This is also a necessary LLVM/Clang interface update.

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