llvm-project/llvm/lib/Transforms/AggressiveInstCombine
Jin Huang 39f292ffa1
[profcheck] Add unknown branch weight for inlined memchr calls. (#160964)
The memchr inliner creates new switch branches but was failling to add
profile metada. This patch fixes the issue by explicitly adding unknown
branch weights to these branches.

Issue [#147390](https://github.com/llvm/llvm-project/issues/147390)
2025-09-30 00:24:50 +00:00
..