[PATCH] D67207: [JumpThreading] Fix the AssertVH handling for debug builds.
Brian Rzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 20:03:10 PDT 2019
brzycki added subscribers: NutshellySima, kuhar.
brzycki added a comment.
Hello @skatkov , I'm sorry to hear you're dealing with an intermittent crash. If you find a reproducible .ll file you can feed into `opt -jump-threading -S < input.ll` that crashes I would be interested in examining it. The Deferred usage of DTU causes unexpected issues and it is entirely possible there is still a bug here.
(CC'ing @kuhar and @NutshellySima to keep them informed)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67207/new/
https://reviews.llvm.org/D67207
More information about the llvm-commits
mailing list