[X86] Teach combineExtSetcc to handle ZERO_EXTEND by widening the setcc and...
[X86] Teach combineExtSetcc to handle ZERO_EXTEND by widening the setcc and then masking. A later DAG combine will convert to a shift. This helps to avoid a constant pool load needed to zero extend from the mask. llvm-svn: 324804
Loading
Please sign in to comment