Add an OpReinterpret operation to TableGen's NeonEmitter.
authorBob Wilson <bob.wilson@apple.com>
Tue, 7 Dec 2010 01:12:23 +0000 (01:12 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 7 Dec 2010 01:12:23 +0000 (01:12 +0000)
commit3890e397c3fa6cc11f50ea5e32ca81afa1e653a5
tree94159c35be4d3bb11f794338b66837029375fd89
parentd8b847066ea9fb287baaf6fcdb20934b7fb207fa
Add an OpReinterpret operation to TableGen's NeonEmitter.
An OpReinterpret entry is handled by translating it to OpCast intrinsics for
all combinations of source and destination types with the same total size.
This will be used to generate all the vreinterpret intrinsics.

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