This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2e4086bb2d Correctly compute linkage for members of internal linkage classes. new d0d150d713 Promote storage-only __fp16 vector operands to float vectors.
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: lib/CodeGen/CGExprScalar.cpp | 39 +++++++++-- lib/Sema/SemaExpr.cpp | 121 +++++++++++++++++++++++++++++++- test/CodeGen/fp16vec-ops.c | 162 +++++++++++++++++++++++++++++++++++++++++++ test/Sema/fp16vec-sema.c | 51 ++++++++++++++ 4 files changed, 367 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/fp16vec-ops.c create mode 100644 test/Sema/fp16vec-sema.c