[all-commits] [llvm/llvm-project] 415468: DAG: Avoid asserting on libcall action if function...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Dec 3 16:31:59 PST 2025
Branch: refs/heads/users/arsenm/dag/no-assert-ctpop-unavailable
Home: https://github.com/llvm/llvm-project
Commit: 415468f033df9e813c8c74a6cef51a61603978ea
https://github.com/llvm/llvm-project/commit/415468f033df9e813c8c74a6cef51a61603978ea
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
Log Message:
-----------
DAG: Avoid asserting on libcall action if function is unavailable
Eventually the set of available functions will be a program
dependent property, which could diverge from the static table of
functions for the subtarget. In that case, fall back to the usual
expansion.
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