[DAGCombiners] Don't turn ANDs to shuffles with zero so early. Give some other...
[DAGCombiners] Don't turn ANDs to shuffles with zero so early. Give some other combines a chance to run. This moves the combine for turning ANDs into shuffle with zero out of SimplifyVBinOps and places it only in visitAND below the reassociate handling. This fixes the specific case I noticed where we failed to combine two ands with constants. llvm-svn: 321417
Loading
Please sign in to comment