[all-commits] [llvm/llvm-project] 700e63: [Sema] Support Comma operator for fp16 vectors.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Sep 30 10:23:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 700e63293eea4a23440f300b1e9125ca2e80c6e9
https://github.com/llvm/llvm-project/commit/700e63293eea4a23440f300b1e9125ca2e80c6e9
Author: Alexandre Rames <arames at apple.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/test/Sema/fp16vec-sema.c
Log Message:
-----------
[Sema] Support Comma operator for fp16 vectors.
The current half vector was enforcing an assert expecting
"(LHS is half vector) == (RHS is half vector)"
for comma.
Reviewed By: ahatanak, fhahn
Differential Revision: https://reviews.llvm.org/D88265
More information about the All-commits
mailing list