[all-commits] [llvm/llvm-project] 15a5c1: DAG: Move soft float predicate management into Run...

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


  Branch: refs/heads/users/arsenm/dag/move-runtime-libcalls-predicate-setting
  Home:   https://github.com/llvm/llvm-project
  Commit: 15a5c1051fa48bb8f24f8acd45207f11b465aa5e
      https://github.com/llvm/llvm-project/commit/15a5c1051fa48bb8f24f8acd45207f11b465aa5e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-17 (Tue, 17 Jun 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/IR/RuntimeLibcalls.h
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/IR/RuntimeLibcalls.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp

  Log Message:
  -----------
  DAG: Move soft float predicate management into RuntimeLibcalls

Work towards making RuntimeLibcalls the centralized location for
all libcall information. This requires changing the encoding from
tracking the ISD::CondCode to using CmpInst::Predicate.



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