[all-commits] [llvm/llvm-project] 628325: DAG: Use more RTLIB helper functions for getting l...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Dec 4 08:49:48 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62832593b7df2dffaacce6a21c0ca549badf97cc
      https://github.com/llvm/llvm-project/commit/62832593b7df2dffaacce6a21c0ca549badf97cc
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-12-04 (Thu, 04 Dec 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RuntimeLibcallUtil.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp

  Log Message:
  -----------
  DAG: Use more RTLIB helper functions for getting libcall from type (#170563)

We had a set of utilities which was only used for some set of
floating point libcalls. Add more, most of which are for integer
operations.

Ideally we would generate these functions from tablegen.



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