[all-commits] [llvm/llvm-project] 5ac09b: DAG: Fix asserting in error case for powi softening
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Jul 6 22:25:46 PDT 2025
Branch: refs/heads/users/arsenm/dag/fix-assertion-in-error-case-soften-fpowi
Home: https://github.com/llvm/llvm-project
Commit: 5ac09bc186b80a9e56917a8b02d7f4d3b43cb9ca
https://github.com/llvm/llvm-project/commit/5ac09bc186b80a9e56917a8b02d7f4d3b43cb9ca
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
Log Message:
-----------
DAG: Fix asserting in error case for powi softening
We need to return the expected legalized type, not the original
in this case. Also swap to returning poison, and avoid contraction
in error message.
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