[all-commits] [llvm/llvm-project] 21d833: [clang] Implement __builtin_popcountg (#82359)
OverMighty via All-commits
all-commits at lists.llvm.org
Mon Feb 26 13:59:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21d83324fbdbd91de0115d48f3b55979f57807b7
https://github.com/llvm/llvm-project/commit/21d83324fbdbd91de0115d48f3b55979f57807b7
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-02-26 (Mon, 26 Feb 2024)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/test/CodeGen/builtins.c
A clang/test/Sema/builtin-popcountg.c
Log Message:
-----------
[clang] Implement __builtin_popcountg (#82359)
Fixes #82058.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list