[PATCH] D16123: Limit number of blocks scanned for non-local dependences

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 15:29:05 PST 2016


joerg added a comment.

Ping? As discussed in the associated PR, the algorithmic issues are pretty much unavoidable due to the nature of the analysis. As this fixes a real issue for the 3.8 release, I'd still like to see this go in. For trunk, the work on MemSSA likely makes this whole code obsolete with NewGVN.


http://reviews.llvm.org/D16123





More information about the llvm-commits mailing list