This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f10f8c29df [ARM/AArch64][v8.5A] Add Armv8.5-A target new 26346fbcb9 [X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics wi [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/BuiltinsX86.def | 6 ++++++ include/clang/Basic/BuiltinsX86_64.def | 2 ++ lib/CodeGen/CGBuiltin.cpp | 12 ++++++++++++ lib/Headers/bmiintrin.h | 10 +++++----- lib/Headers/lzcntintrin.h | 10 +++++----- test/CodeGen/bmi-builtins.c | 26 ++++++++------------------ test/CodeGen/lzcnt-builtins.c | 10 +++++----- 7 files changed, 43 insertions(+), 33 deletions(-)