[PATCH] D115429: [Clang] Implement the rest of __builtin_elementwise_* functions.
Jun Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 19 05:51:56 PST 2021
junaire updated this revision to Diff 395322.
junaire added a comment.
Add a helper function to resue code. I'm not good at naming functions,
so I just oveloaded `emitUnaryBuiltin`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115429/new/
https://reviews.llvm.org/D115429
Files:
clang/include/clang/Basic/Builtins.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/builtins-elementwise-math.c
clang/test/Sema/builtins-elementwise-math.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115429.395322.patch
Type: text/x-patch
Size: 9005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211219/4cb9429e/attachment.bin>
More information about the cfe-commits
mailing list