diff options
author | Wei Mi <wmi@google.com> | 2015-08-25 16:43:47 +0000 |
---|---|---|
committer | Wei Mi <wmi@google.com> | 2015-08-25 16:43:47 +0000 |
commit | edae87d819c21c0051c045a94ae188f8547e897c (patch) | |
tree | 6b20077d21a914667ea34109814e3387b311f218 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 03dc4733859baed215f40ebee88a8a8d5e0f2860 (diff) | |
download | llvm-edae87d819c21c0051c045a94ae188f8547e897c.zip llvm-edae87d819c21c0051c045a94ae188f8547e897c.tar.gz llvm-edae87d819c21c0051c045a94ae188f8547e897c.tar.bz2 |
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.
llvm-svn: 245952
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions