commit | e922c3ebfc8faab7150219629a051a3b3dc034a4 | [log] [tgz] |
---|---|---|
author | Wei Mi <wmi@google.com> | Tue Aug 25 16:43:47 2015 +0000 |
committer | Wei Mi <wmi@google.com> | Tue Aug 25 16:43:47 2015 +0000 |
tree | 0c47773051a1e4a685d42b4556d1fdd2679ae523 | |
parent | af7c00f21360208a4f87a1bcd01f5f268037e1b7 [diff] |
The patch replace the overflow check in loop vectorization with the minimum 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245952 91177308-0d34-0410-b5e6-96231b3b80d8