[PATCH] D34135: [JumpThreading] Use DT to avoid processing dead blocks
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 09:48:39 PST 2018
dberlin added a comment.
Err, looking at that bug, it looks like it occurs in release versions before the dominance update patch was ever submitted :)
Past that, the right way to go about this is actually figure out at what point and conditions it needs to be updated and do it there . Use the smallest hammer, not the biggest one
https://reviews.llvm.org/D34135
More information about the llvm-commits
mailing list