[PATCH] D126479: [Clang] Allow 'Complex float __attribute__((mode(HC)))'

Jolanta Jensen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 7 03:46:31 PDT 2022


jolanta.jensen updated this revision to Diff 434762.
jolanta.jensen added a comment.

Addressing review comments:

1. Added the test for mode(HF)
2. Moved Half before Float in FloatModeKind enum class to preserve precision ordering


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126479/new/

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/CodeGen/aarch64-attr-mode-float.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.434762.patch
Type: text/x-patch
Size: 5430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220607/13057dc9/attachment.bin>


More information about the cfe-commits mailing list