[PATCH] D40146: [JumpThreading] Preservation of DT and LVI across the pass

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 14:52:46 PST 2018


MatzeB added a comment.

I'm currently seeing release+assert clang compilers apparently being stuck in an endless loop in the llvm test-suite (well I aborted after 10 minutes for a single file) hanging in some dominance tree verification code when I inspect the backtrace in lldb. Could this be caused by this commit?


Repository:
  rL LLVM

https://reviews.llvm.org/D40146





More information about the llvm-commits mailing list