Assign arguments of Neon intrinsic macros to local temporaries.
authorBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 07:10:39 +0000 (07:10 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 07:10:39 +0000 (07:10 +0000)
commit377296e301c12ef551d7089ef68df48a300fb8b7
tree175915eb48d55bd9cd7e710fa0b4b8bdc0cbd86c
parente23930543c0de0adcfec00cd18e9243ad812a167
Assign arguments of Neon intrinsic macros to local temporaries.
Since we're casting them for the calls to the builtins, we need this to
make sure their types get checked in the same way they would if the intrinsics
were implemented as inline functions.

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