MemCpyOpt can hoist stores while load+store pairs into memcpy. This hoisting can currently result in stores being executed that weren't guaranteed to execute in the original problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo