OSDN Git Service

Use __builtin_shufflevector to implement vget_low and vget_high intrinsics.
authorBob Wilson <bob.wilson@apple.com>
Fri, 7 Jan 2011 23:40:49 +0000 (23:40 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 7 Jan 2011 23:40:49 +0000 (23:40 +0000)
commit067a16c974fef473fd3bca1d58db0d50c59882ce
treefbf6198dd5f8e9ceb2782fe7919819e51f232f78
parent70f85730b199839891166b2a0acff126d1cc7c12
Use __builtin_shufflevector to implement vget_low and vget_high intrinsics.
This was suggested by Edmund Grimley Evans in pr8411.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123043 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/NeonEmitter.cpp