The cases where the inner setcc was directly compared
was handled, but not if the setcc type needs to be promoted
when comparing.
Remove redundant R600 handling of a subset of cases the existing
function handles.
Paths
| Differential D4600
Allow setcc (sext setcc) [0|1] [eq|ne] -> setcc
AbandonedPublic Authored by arsenm on Jul 19 2014, 11:21 PM.
Details
Summary The cases where the inner setcc was directly compared Remove redundant R600 handling of a subset of cases the existing
Diff Detail
Revision Contents
Diff 11691 lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/R600/SIISelLowering.cpp
test/CodeGen/R600/setcc-opt.ll
|
I would call it 'nestedSetCCCombine'?