History log of /llvm-project/llvm/test/Transforms/MemCpyOpt/memcpy-memcpy-offset.ll (Results 1 – 2 of 2)
Revision Date Author Comments
# 99685a54 12-Jul-2024 Yingwei Zheng <dtcxzyw2333@gmail.com>

[MemCpyOpt] Use `dyn_cast` to fix assertion failure in `processMemCpyMemCpyDependence` (#98686)

Fixes https://github.com/llvm/llvm-project/issues/98675.


# fa242139 12-Jul-2024 DianQK <dianqk@dianqk.net>

[MemCpyOpt] Forward `memcpy` based on the actual copy memory location. (#87190)

Fixes #85560.

We can forward `memcpy` as long as the actual memory location being
copied have not been altered.

[MemCpyOpt] Forward `memcpy` based on the actual copy memory location. (#87190)

Fixes #85560.

We can forward `memcpy` as long as the actual memory location being
copied have not been altered.

alive2: https://alive2.llvm.org/ce/z/q9JaHV

show more ...