[all-commits] [llvm/llvm-project] 9c3966: Only Remove implicit conversion for the target tha...
Tsung-Chun Lin via All-commits
all-commits at lists.llvm.org
Tue Dec 10 03:11:00 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9c3966379813c198129c57aa3ebecd68d6af1ebd
https://github.com/llvm/llvm-project/commit/9c3966379813c198129c57aa3ebecd68d6af1ebd
Author: Jim Lin <tclin914 at gmail.com>
Date: 2019-12-10 (Tue, 10 Dec 2019)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
Log Message:
-----------
Only Remove implicit conversion for the target that support fp16
Remove implicit conversion that promotes half to double
for the target that support fp16. If the target doesn't
support fp16, fp16 will be converted to fp16 intrinsic.
More information about the All-commits
mailing list