[InstCombine] Propagate profile metadata when factoring logic operations
When factoring logic operations involving logical AND/OR (represented as selects), InstCombine creates new select instructions. This patch ensures that these new instructions receive 'unknown' profile metadata if the function has profile data, satisfying profile verification requirements.
This fixes profile verification failures in .
Committer
Snehasish Kumar