Fix profile metadata propagation in InstCombine reassociation.
This change ensures that reassociateBooleanAndOr propagates profile metadata (e.g. branch weights) from the original logical operation to the new one created during reassociation. This fixes a profile verification failure in Transforms/InstCombine/and-or-icmps.ll where a select instruction was missing annotation.
Committer
Snehasish Kumar