llvm-project/polly/lib
Tobias Grosser 2ea6deb62f 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
2013-11-02 12:59:39 +00:00
..
Analysis ScopInfo: Add support for AssumedContext 2013-10-29 21:05:49 +00:00
CodeGen IslCodegen: Do not build upper bound in vector for 2013-11-02 12:59:39 +00:00
Exchange JSONImporter: Free new schedule if found invalid 2013-07-29 05:12:01 +00:00
JSON 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
Support clang-format: No empty line after 'public:' 2013-10-15 14:41:02 +00:00
CMakeLists.txt Remove unneeded RegionSimplify pass. 2013-04-17 07:20:30 +00:00
CodePreparation.cpp Use LLVM_DELETED_FUNCTION instead of a comment 2013-10-03 13:09:14 +00:00
DeadCodeElimination.cpp include missing ISL header file 2013-05-31 17:41:17 +00:00
IndVarSimplify.cpp clang-format: No empty line after 'public:' 2013-10-15 14:41:02 +00:00
IndependentBlocks.cpp ScopInfo/IndependentBlocks: clang-format 2013-07-24 06:10:30 +00:00
Makefile 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
MayAliasSet.cpp Sort includes 2013-05-07 08:11:54 +00:00
Pluto.cpp Move polly options into separate option category 2013-05-07 07:31:10 +00:00
Pocc.cpp clang-format latest changes 2013-07-02 16:13:07 +00:00
RegisterPasses.cpp ScopDetect: Only track detection failures if actually needed. 2013-07-25 03:02:29 +00:00
ScheduleOptimizer.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00