Added instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX(MAX(A, 93), 27)'
MIN(MIN(A, 23), 97) -> MIN(A, 23)
MAX(MAX(A, 97), 23) -> MAX(A, 97)
Differential D3629
Added instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX(MAX(A, 93), 27)' dinesh.d on May 6 2014, 2:00 PM. Authored by
Details Added instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX(MAX(A, 93), 27)' MIN(MIN(A, 23), 97) -> MIN(A, 23)
Diff Detail Event TimelineComment Actions Thanks.
Comment Actions Thanks for review.
|
Why not implement it in here? In any case, this patch is no changing this, right? Maybe just leave the FIXME as is?