[all-commits] [llvm/llvm-project] 85e565: [Clang] Enable _Complex __ibm128 type
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Fri Oct 8 19:54:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85e565898ff36e5e50ff6e7ed6bf82b1cfbf89d6
https://github.com/llvm/llvm-project/commit/85e565898ff36e5e50ff6e7ed6bf82b1cfbf89d6
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M clang/lib/AST/ASTContext.cpp
M clang/lib/Sema/DeclSpec.cpp
M clang/test/CodeGen/ppc64-complex-parms.c
M clang/test/CodeGen/ppc64-complex-return.c
Log Message:
-----------
[Clang] Enable _Complex __ibm128 type
fae0dfa implemented the new __ibm128 type, this patch enables its
complex form.
Reviewed By: rjmccall
Differential Revision: https://reviews.llvm.org/D109948
More information about the All-commits
mailing list