OSDN Git Service

Use float64 instead of int64 vector elements for NEON vget_low and vget_high
authorBob Wilson <bob.wilson@apple.com>
Wed, 15 Sep 2010 01:52:33 +0000 (01:52 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 15 Sep 2010 01:52:33 +0000 (01:52 +0000)
commitee9ca07e7f88ba100c56e2171009e158352026c8
treeda4ba07c3713e53957674962035175b2ff653ccb
parent168f382dc67e5940cabdb28dc933c4f91cdd3137
Use float64 instead of int64 vector elements for NEON vget_low and vget_high
functions, since int64 is not a legal type and using it leads to inefficient
code.  PR8036.

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