In D81925, S_CMP_LG_U64 was used for copies to SCC,
which is only safe for hw with hasScalarCompareEq64.
Rework this part to use the lower part for the comparison
and use S_CMP_LG_U32 instead.
Additionally, remove pattern for selects with 64-bit
inputs, which are rare, because handling them properly
requires more thought.
Depends on D81925.
I think you should never end up in this situation to begin with. Maybe this should be a verifier error instead?