recognizeBSwapOrBitReverseIdiom + collectBitParts have pattern matching to bail if a bswap/bitreverse pattern isn't possible - we should be able to rely on this instead.
This is part of a cleanup towards letting matchBSwapOrBitReverse /recognizeBSwapOrBitReverseIdiom use 'root' instructions that aren't ORs (FSHL/FSHRs in particular which can be prematurely created).