This extends D101074 so the SGT/UGT -> SGE/UGE canonicalization is used for conditional jumps as well as conditional moves and comparison results.
As discussed on PR48760, some EFLAG bits are treated independently which can require additional uops to merge together for certain Jcc cases.
I'm uncertain on how/whether to deal with the use-cr-result-of-dom-icmp-st.ll regressions, its not clear to me that this the "-cgp-icmp-eq2icmp-st flag" is actually enabled anywhere, and I get the impression that D60506 was principally a PPC combine that was made generic.
Regression?