[llvm] [LowerMemIntrinsics] Factor control flow generation out of the memcpy lowering (PR #169039)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 5 09:11:28 PST 2025


alexey-bataev wrote:

Should this be enabled at O0 at all? We see code size/runtime increase at O0 with the debug info enabled because of this patch (about 3x runtime perf regressions, code size bloat about 1.5x)

https://github.com/llvm/llvm-project/pull/169039


More information about the llvm-commits mailing list