[llvm] [MemCpyOpt] allow more memcpy-to-memcpy optimization (PR #150792)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 26 12:21:07 PDT 2025


https://github.com/nikic requested changes to this pull request.

I'm not interested in supporting dynamic allocas in this pass. Can you please limit this to allocas with known size? That should simplify your code a lot.

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


More information about the llvm-commits mailing list