]> granicus.if.org Git - clang/commit
Translate NEON vmovn builtin to a vector truncation instead of using an llvm
authorBob Wilson <bob.wilson@apple.com>
Mon, 30 Aug 2010 19:57:13 +0000 (19:57 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 30 Aug 2010 19:57:13 +0000 (19:57 +0000)
commit3b6081bf49b7506cb96131247f209d1e03610df8
tree6a4b59c001319791b1dc4259a6efb92e8040fefd
parent6216dc0c5b9071b4c10f78718a64ca916c00a384
Translate NEON vmovn builtin to a vector truncation instead of using an llvm
intrinsic.

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