[all-commits] [llvm/llvm-project] 0b1472: DAG: Move soft float predicate management into Run...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jun 4 23:26:41 PDT 2025
Branch: refs/heads/users/arsenm/dag/move-runtime-libcalls-predicate-setting
Home: https://github.com/llvm/llvm-project
Commit: 0b1472786bc8e235718db055745c20d66ade0510
https://github.com/llvm/llvm-project/commit/0b1472786bc8e235718db055745c20d66ade0510
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-05 (Thu, 05 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
M llvm/lib/Target/MSP430/MSP430ISelLowering.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