[llvm] [AMDGPU] Add freeze for LowerSELECT (PR #148796)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 16 22:20:12 PDT 2025
================
@@ -5569,6 +5569,7 @@ bool SelectionDAG::canCreateUndefOrPoison(SDValue Op, const APInt &DemandedElts,
case ISD::BUILD_VECTOR:
case ISD::BUILD_PAIR:
case ISD::SPLAT_VECTOR:
+ case ISD::FABS:
----------------
arsenm wrote:
This should be done separately
https://github.com/llvm/llvm-project/pull/148796
More information about the llvm-commits
mailing list