llvm-project
92d91898 - Fix profile metadata propagation in InstCombine reassociation.

Commit
15 days ago
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.
References
Author
Snehasish Kumar
Committer
Snehasish Kumar
Parents
Loading