For some targets generic combines don't really do much and they
consume a disproportionate amount of time.
There's not really a mechanism in SDISel to tactically disable
combines, but we can have a switch to disable all of them and
let the targets just implement what they specifically need.
Tested compile time performance on LNT Nightly and didn't make any effect.
This isn't a machine combiner, also should specify DAG combiner?