[PATCH] D126479: [Clang] Allow 'Complex float __attribute__((mode(HC)))'
Jolanta Jensen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 26 08:25:22 PDT 2022
jolanta.jensen created this revision.
Herald added a project: All.
jolanta.jensen requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Adding half float to types that can be represented by __attribute__((mode(xx))).
Original implementation authored by George Steed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126479
Files:
clang/include/clang/Basic/TargetInfo.h
clang/lib/AST/ASTContext.cpp
clang/lib/Basic/TargetInfo.cpp
clang/test/CodeGen/aarch64-attr-mode-complex.c
clang/test/Sema/attr-mode-vector-types.c
clang/test/Sema/attr-mode.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126479.432293.patch
Type: text/x-patch
Size: 5588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220526/18175dcf/attachment.bin>
More information about the cfe-commits
mailing list