This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6769f8d4c1 [ARM] Add __ARM_FEATURE_DOTPROD pre-defined macro new acc1201fba [ARM,AArch64] Add intrinsics for dot product instructions
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/arm_neon.td | 17 +++++ include/clang/Basic/arm_neon_incl.td | 3 + lib/CodeGen/CGBuiltin.cpp | 12 ++++ test/CodeGen/aarch64-neon-dot-product.c | 117 ++++++++++++++++++++++++++++++++ test/CodeGen/arm-neon-dot-product.c | 76 +++++++++++++++++++++ utils/TableGen/NeonEmitter.cpp | 13 ++++ 6 files changed, 238 insertions(+) create mode 100644 test/CodeGen/aarch64-neon-dot-product.c create mode 100644 test/CodeGen/arm-neon-dot-product.c