[all-commits] [llvm/llvm-project] b55ea2: [Clang] Add __builtin_reduce_xor

Jun Zhang via All-commits all-commits at lists.llvm.org
Wed Dec 22 02:01:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b55ea2fbc0a0564eece1e58fc5624057d5d05639
      https://github.com/llvm/llvm-project/commit/b55ea2fbc0a0564eece1e58fc5624057d5d05639
  Author: Jun Zhan <jun at junz.org>
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Sema/Sema.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/CodeGen/builtins-reduction-math.c
    M clang/test/Sema/builtins-reduction-math.c

  Log Message:
  -----------
  [Clang] Add __builtin_reduce_xor

This patch implements __builtin_reduce_xor as specified in D111529.

Reviewed By: fhahn, aaron.ballman

Differential Revision: https://reviews.llvm.org/D115231




More information about the All-commits mailing list