| commit | c11107cb1e1c102af335f8c396bc6c327dc5094b | [log] [tgz] |
|---|---|---|
| author | Arnold Schwaighofer <aschwaighofer@apple.com> | Sun Jun 22 03:38:59 2014 +0000 |
| committer | Arnold Schwaighofer <aschwaighofer@apple.com> | Sun Jun 22 03:38:59 2014 +0000 |
| tree | 215e0ea377155cd1692eb6b9e701bf57859c4857 | |
| parent | a2074404deca1b030664cb0a4782521f06edaab2 [diff] |
LoopVectorizer: Fix a dominance issue The induction variables start value needs to be defined before we branch (overflow check) to the scalar preheader where we used it. llvm-svn: 211460