[PATCH] [NFC] Make the maximal loop depth an absolut value.
Johannes Doerfert
doerfert at cs.uni-saarland.de
Fri Oct 31 18:23:19 PDT 2014
Hi grosser, sebpop, dpeixott, simbuerg, zinob,
Before MaxLoopDepth was implicitly a relative value to the "base loop
depth" of the SCoP, thus a SCoP at loop depth 2 containing one loop
had a MaxLoopDepth of 1. Now the MinLoopDepth and MaxLoopDepth allow
to reason about the absolute loop depth and in combination also about
the relative loop depth.
http://reviews.llvm.org/D6072
Files:
include/polly/ScopInfo.h
lib/Analysis/ScopInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6072.15665.patch
Type: text/x-patch
Size: 3489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141101/7186eb19/attachment.bin>
More information about the llvm-commits
mailing list