[all-commits] [llvm/llvm-project] c85d66: RuntimeLibcalls: Cleanup sincos predicate functions

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jun 16 17:43:45 PDT 2025


  Branch: refs/heads/users/arsenm/runtime-libcalls/cleanup-has-sincos-predicates
  Home:   https://github.com/llvm/llvm-project
  Commit: c85d6677def6e722ea54067fe84a8b27e9c607f9
      https://github.com/llvm/llvm-project/commit/c85d6677def6e722ea54067fe84a8b27e9c607f9
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-17 (Tue, 17 Jun 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.h
    M llvm/lib/IR/RuntimeLibcalls.cpp

  Log Message:
  -----------
  RuntimeLibcalls: Cleanup sincos predicate functions

The darwinHasSinCos wasn't actually used for sincos, only the stret
variant. Rename this to reflect that, and introduce a new one for
enabling sincos.



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