[all-commits] [llvm/llvm-project] 35e7a8: PowerPC: Fix using long double libm functions for ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jun 17 21:23:53 PDT 2025


  Branch: refs/heads/users/arsenm/powerpc/fix-using-long-double-libm-calls-f128
  Home:   https://github.com/llvm/llvm-project
  Commit: 35e7a8013fbae45e151098106edceee26c87be0f
      https://github.com/llvm/llvm-project/commit/35e7a8013fbae45e151098106edceee26c87be0f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-18 (Wed, 18 Jun 2025)

  Changed paths:
    M llvm/lib/IR/RuntimeLibcalls.cpp
    M llvm/test/CodeGen/PowerPC/f128-arith.ll

  Log Message:
  -----------
  PowerPC: Fix using long double libm functions for f128 intrinsics

This wasn't setting the correct libcall names, which default to the
l suffixed libm names.


  Commit: f5cb84c44d88a06cce48afb767d6f8c482364048
      https://github.com/llvm/llvm-project/commit/f5cb84c44d88a06cce48afb767d6f8c482364048
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-18 (Wed, 18 Jun 2025)

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

  Log Message:
  -----------
  Split into helper function


  Commit: 7e028083d5a0effe24b42cc0708bf71b284b3922
      https://github.com/llvm/llvm-project/commit/7e028083d5a0effe24b42cc0708bf71b284b3922
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-18 (Wed, 18 Jun 2025)

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

  Log Message:
  -----------
  Fix double call


Compare: https://github.com/llvm/llvm-project/compare/77aceead5b21...7e028083d5a0

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