[all-commits] [llvm/llvm-project] 9f0889: DAG: Use LibcallImpl in various getLibFunc helpers

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Dec 2 18:07:15 PST 2025


  Branch: refs/heads/users/arsenm/dag/use-libcallimpl-get-libfunc-uses
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f0889bc211c165b522c39fc3331206ed5c67ef5
      https://github.com/llvm/llvm-project/commit/9f0889bc211c165b522c39fc3331206ed5c67ef5
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-12-02 (Tue, 02 Dec 2025)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

  Log Message:
  -----------
  DAG: Use LibcallImpl in various getLibFunc helpers

Avoid using getLibcallName in favor of querying the
libcall impl, and getting the ABI details from that.



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