[PATCH] [ValueTracking] Consider the bounds of PTX special registers

Mark Heffernan meheff at google.com
Mon Jun 16 12:40:49 PDT 2014


On Mon, Jun 16, 2014 at 12:08 PM, Mark Heffernan <meheff at google.com> wrote:

> I should also mention that I encountered some long compilation times which
> are superlinear with the unroll count when experimenting with the pragma
> loop limit.  With the current limit (32K) on a simple loop the compilation
> time is ~7s.  Doubling the limit results in a compilation time of ~50s.  It
> seems to be beneath llvm::UnrollLoop -> FoldBlockIntoPredecessor ->
> llvm::ScalarEvolution::forgetLoop.
>
> http://reviews.llvm.org/D4150


Whoops.  posted to the wrong review.  Meant to add this to
http://reviews.llvm.org/D4147.

Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140616/7ea0e7a2/attachment.html>


More information about the llvm-commits mailing list