AMDGPU: Do binop of select of constant fold in AMDGPUCodeGenPrepare
DAGCombiner does this, but divisions expanded here miss this optimization. Since 67aa18f1, divisions have been expanded here and missed out on this optimization. Avoids test regressions in a future patch.
Loading
Please sign in to comment