[all-commits] [llvm/llvm-project] 62eca9: DAG: Move expandMultipleResultFPLibCall to TargetL...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Nov 7 10:30:12 PST 2025
Branch: refs/heads/users/arsenm/dag/move-expandMultipleResultFPLibCall-tli
Home: https://github.com/llvm/llvm-project
Commit: 62eca9145f11a97eae6f58cb73eb1fc4b7ee3bc3
https://github.com/llvm/llvm-project/commit/62eca9145f11a97eae6f58cb73eb1fc4b7ee3bc3
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
DAG: Move expandMultipleResultFPLibCall to TargetLowering (NFC)
This kind of helper is higher level and not general enough to go directly
in SelectionDAG. Most similar utilities are in TargetLowering.
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