[all-commits] [llvm/llvm-project] d804c8: [clang] Lower modf builtin using `llvm.modf` intri...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Wed Feb 19 06:49:45 PST 2025


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

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/X86/math-builtins.c
    M clang/test/CodeGen/aix-builtin-mapping.c
    M clang/test/CodeGen/builtin-attributes.c
    M clang/test/CodeGen/math-builtins-long.c
    M clang/test/CodeGen/math-libcalls.c

  Log Message:
  -----------
  [clang] Lower modf builtin using `llvm.modf` intrinsic (#126750)

This updates the existing `modf[f|l]` builtin to be lowered via the
`llvm.modf.*` intrinsic (rather than directly to a library call).



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