[all-commits] [llvm/llvm-project] 5def95: Support of expression granularity for _Float16.
Zahira Ammarguellat via All-commits
all-commits at lists.llvm.org
Thu Aug 25 05:27:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5def954a5b1774747bbe90a4f6879e51f341a74d
https://github.com/llvm/llvm-project/commit/5def954a5b1774747bbe90a4f6879e51f341a74d
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/include/clang/Basic/TargetInfo.h
M clang/lib/Basic/Targets/X86.cpp
M clang/lib/Basic/Targets/X86.h
M clang/lib/CodeGen/CGExprComplex.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/test/CodeGen/X86/Float16-arithmetic.c
M clang/test/CodeGen/X86/Float16-complex.c
Log Message:
-----------
Support of expression granularity for _Float16.
Differential Revision: https://reviews.llvm.org/D113107
More information about the All-commits
mailing list