Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The patch replace the overflow check in loop vectorization with the minimum ↵ | Wei Mi | 2015-08-25 | 1 | -0/+45 |
loop iterations check. The loop minimum iterations check below ensures the loop has enough trip count so the generated vector loop will likely be executed, and it covers the overflow check. Differential Revision: http://reviews.llvm.org/D12107. llvm-svn: 245952 |