[all-commits] [llvm/llvm-project] 8680f9: Add __builtin_elementwise_ceil

Jun via All-commits all-commits at lists.llvm.org
Wed Dec 8 05:30:22 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8680f951c21e675a110e79c9b8dc59bb94290b01
      https://github.com/llvm/llvm-project/commit/8680f951c21e675a110e79c9b8dc59bb94290b01
  Author: Jun Zhang <jun at junz.org>
  Date:   2021-12-08 (Wed, 08 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-elementwise-math.c
    M clang/test/Sema/builtins-elementwise-math.c
    M clang/test/SemaCXX/builtins-elementwise-math.cpp

  Log Message:
  -----------
  Add __builtin_elementwise_ceil

This patch implements one of the missing builtin functions specified
in https://reviews.llvm.org/D111529.




More information about the All-commits mailing list