Dávid Bolvanský via llvm-dev
2018-Apr-12 22:52 UTC
[llvm-dev] Missed memcpy & strlen/cat optimizations in LLVM
Hi, I found some cases which can be improved in LLVM optimizer: https://godbolt.org/g/g5y9Qf To summarize, folding memcpy calls could be interesting optimization to explore, but maybe not so trivially to implement. Memcpy + strlen case should be easy to implement, I think I would look on it. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180413/0d5d34cf/attachment.html>