While doing memset-to-memcpy forwarding, take into account memset that covers memory regions from a given offset, and the leading bytes of such a region are undef. Fixes: https://github.com/llvm/llvm-project/issues/172326.
While doing memset-to-memcpy forwarding, take into account memset that covers memory regions from a given offset, and the leading bytes of such a region are undef. Fixes: https://github.com/llvm/llvm-project/issues/172326.