[all-commits] [llvm/llvm-project] c80c57: [Clang] Allow 'Complex float __attribute__((mode(H...
JolantaJensen via All-commits
all-commits at lists.llvm.org
Fri Jun 17 05:01:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c80c57674e4d9887dfa9159de9981941d9e6d18e
https://github.com/llvm/llvm-project/commit/c80c57674e4d9887dfa9159de9981941d9e6d18e
Author: Jolanta Jensen <jolanta.jensen at arm.com>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/TargetInfo.h
M clang/lib/AST/ASTContext.cpp
M clang/lib/Basic/TargetInfo.cpp
M clang/lib/Basic/Targets/X86.h
A clang/test/CodeGen/aarch64-attr-mode-complex.c
A clang/test/CodeGen/aarch64-attr-mode-float.c
M clang/test/Sema/attr-mode-vector-types.c
M clang/test/Sema/attr-mode.c
Log Message:
-----------
[Clang] Allow 'Complex float __attribute__((mode(HC)))'
Adding half float to types that can be represented by __attribute__((mode(xx))).
Original implementation authored by George Steed.
Differential Revision: https://reviews.llvm.org/D126479
More information about the All-commits
mailing list