Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Loop Vectorizer] Fixed memory confilict checks. | Elena Demikhovsky | 2016-08-28 | 1 | -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 |