mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-24 20:26:22 -04:00
eed0bb3d71
Fixed a bug in run-time checks for possible memory conflicts inside loop. The bug is in Low <-> High boundaries calculation. The High boundary should be calculated as "last memory access pointer + element size". Differential revision: https://reviews.llvm.org/D23176 llvm-svn: 279930