]> granicus.if.org Git - clang/commit
ARM: implement vshrn NEON intrinsic in terms of shr/trunc
authorTim Northover <tnorthover@apple.com>
Mon, 10 Feb 2014 14:04:12 +0000 (14:04 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 10 Feb 2014 14:04:12 +0000 (14:04 +0000)
commit27ecc4dd3024a0f9de412fc342b738f52a48095e
tree7b379188ed698cda2e69f7ea0dc4ac6ce74c4893
parent184a6e157923756778a01d2becedbeb2510d4c5b
ARM: implement vshrn NEON intrinsic in terms of shr/trunc

Now the backend supports the natural LLVM IR, we can shamelessly steal the
AArch64 front-end code to implement the vshrn intrinsic on 32-bit ARM.

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