[llvm] r261430 - When MemoryDependenceAnalysis hits a CFG with many transparent blocks,
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 15:59:34 PDT 2016
On Tue, May 31, 2016 at 05:48:55PM -0500, Hal Finkel via llvm-commits wrote:
> As a general note, this is a compile-time fix that introduces a new assert:
>
> assert((foundBlock || GotWorklistLimit) && "Current block not in cache?");
>
> If we run into any problems with it, we'll need to back it out.
The first part of the assert existed before at the start of the
preceding loop.
Joerg
More information about the llvm-commits
mailing list