summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Loop Vectorizer] Fixed memory confilict checks.Elena Demikhovsky2016-08-281-0/+51
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
OpenPOWER on IntegriCloud