]> granicus.if.org Git - clang/commit
[AArch64] Fixed vget/vset_lane_f16 implementation
authorAna Pazos <apazos@codeaurora.org>
Mon, 10 Feb 2014 21:20:53 +0000 (21:20 +0000)
committerAna Pazos <apazos@codeaurora.org>
Mon, 10 Feb 2014 21:20:53 +0000 (21:20 +0000)
commita9808833919b90a03cf645a8bbe508c4bc779953
treedbab9befd29f300f7bbdab1ad02a01c3f1e68029
parent20a09a659ed43b4400e6ec0fb9a187d61bec6803
[AArch64] Fixed vget/vset_lane_f16 implementation

Replaced cast and vreinterepret operations with
code to reinterpret bitwise the types float16_t and
int16_t.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201112 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/aarch64-neon-copy.c
utils/TableGen/NeonEmitter.cpp