diff options
author | Tobias Grosser <tobias@grosser.es> | 2013-11-02 12:59:39 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2013-11-02 12:59:39 +0000 |
commit | 2ea6deb62f08003fcd42aedf8d2ce52faa4a74e0 (patch) | |
tree | 0dc77d89c5da3f069ec9606a3b0de1856598c80f /llvm/lib/Object/COFFObjectFile.cpp | |
parent | 2a779d1fae3ea0e554293ba79b4cad4611e5fdfd (diff) | |
download | bcm5719-llvm-2ea6deb62f08003fcd42aedf8d2ce52faa4a74e0.tar.gz bcm5719-llvm-2ea6deb62f08003fcd42aedf8d2ce52faa4a74e0.zip |
IslCodegen: Do not build upper bound in vector for
For for-nodes that are translated to a set of vector lanes, we already know the
overall number of iterations. Calculating the upper bound is consequently not
necessary. This change removes the code for upper bound calculation, which was
probably copy/pasted from the code generation for the normal for-loop.
This issue was found by Sylvestre's scan-build server.
llvm-svn: 193925
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions