[all-commits] [llvm/llvm-project] 350d43: Fix a bug where an extended vector of __fp16 was b...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Thu Mar 24 18:08:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 350d43f1efd711d057cdb53decabb6f32491dff0
https://github.com/llvm/llvm-project/commit/350d43f1efd711d057cdb53decabb6f32491dff0
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/test/Sema/fp16vec-sema.c
Log Message:
-----------
Fix a bug where an extended vector of __fp16 was being converted to a
generic vector type
rdar://86109177
More information about the All-commits
mailing list