[PATCH] Support poly128_t and implement relevant intrinsic. -Clang
Kevin Qin
kevinqindev at gmail.com
Thu Dec 5 17:49:17 PST 2013
Hi,
This patch implement ACLE intrinsic with poly128_t newly introduced. Because of Clang and LLVM limits(quite a lot of APIs about i128 doesn't exist), the LLVM intrinsic is defined on v16i8 instead of i128. This is a work around solution, but in current framework, it is the simplest way to get poly128_t supported. Please review. Thanks.
http://llvm-reviews.chandlerc.com/D2345
Files:
include/clang/Basic/TargetBuiltins.h
include/clang/Basic/arm_neon.td
lib/CodeGen/CGBuiltin.cpp
lib/Sema/SemaChecking.cpp
test/CodeGen/aarch64-poly128.c
utils/TableGen/NeonEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2345.1.patch
Type: text/x-patch
Size: 15247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131205/1a95fdf6/attachment.bin>
More information about the llvm-commits
mailing list