[PATCH] D28190: [LVI] Switch from BFS to DFS exploration strategy
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 6 14:41:10 PST 2017
dberlin added a comment.
FYI: i ran this on all LLVM files for correlatedvalueprop and jumpthreading.
As expected, it produces strictly better answers.
For CVP, it is significantly better at propagating non-nullness (but otherwise no code-differences).
For jump threading, no differences are found.
https://reviews.llvm.org/D28190
More information about the llvm-commits
mailing list