The replacement with memset can be done only if there is no another instruction that aliases with optimized stores.
There are some cases when more precise memory access can be calculated for store and load instruction that allows to check aliasing of memory access more accurate and make optimizations in such cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo