llvm-project
8a028743 - [InstCombine] Propagate profile metadata when factoring logic operations

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