1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Nikita Popov 12c9ccbc9d [MemCpyOpt] Don't hoist store that's not guaranteed to execute
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.

Differential Revision: https://reviews.llvm.org/D89154
2020-10-10 10:26:28 +02:00
..
2020-09-23 15:32:46 -05:00
2020-10-05 18:09:17 -07:00
2020-09-17 15:56:13 -07:00
2020-10-09 09:59:04 -07:00
2020-10-07 14:41:29 -07:00