[all-commits] [llvm/llvm-project] 5a7ee4: [clang] Add `__builtin_sincospi` that lowers to `l...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Fri Feb 21 08:50:05 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a7ee431fda7b337b64999e60e669c52aecfee16
      https://github.com/llvm/llvm-project/commit/5a7ee431fda7b337b64999e60e669c52aecfee16
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2025-02-21 (Fri, 21 Feb 2025)

  Changed paths:
    M clang/include/clang/Basic/Builtins.td
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/AArch64/sincos.c
    M clang/test/CodeGen/X86/math-builtins.c

  Log Message:
  -----------
  [clang] Add `__builtin_sincospi` that lowers to `llvm.sincospi.*` (#127065)

This (only) adds the `__builtin` variant which lowers to the
`llvm.sincospi.*` intrinsic when `-fno-math-errno` is set.



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