[PATCH] D150087: [Clang] Support more stdio builtins
Qiu Chaofan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 7 22:21:19 PDT 2023
qiucf created this revision.
qiucf added reviewers: nemanjai, craig.topper, PowerPC, tuliom, tstellar.
Herald added a subscriber: kbarton.
Herald added a project: All.
qiucf requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add more builtins for stdio functions as in GCC ( https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html ), along with their mutations under IEEE float128 ABI.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150087
Files:
clang/include/clang/Basic/Builtins.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/PowerPC/ppc64-f128-builtins.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150087.520252.patch
Type: text/x-patch
Size: 5601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230508/f927ac59/attachment.bin>
More information about the cfe-commits
mailing list