Loading
[AMDGPU] Optimize DPP for fmin/fmax functions (#195282)
Summary: These functions currently don't simplify in the optimistic (no-NaN) case as their identity is not recognized by the optimizer. This PR simply adds the -inf,+inf checks so these combine without the intermediate moves.