"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "f477262e69ce9ed268c45272c8c2f0fdd59713fe"
Consumed analysis: improve handling of conditionals.
Patch by chris.wailes@gmail.com. * The TestedVarsVisitor was folded into the ConsumedStmtVisitor. * The VarTestResult class was updated to allow these changes. * The PropagationInfo class was updated for the same reasons. * Correctly handle short-circuiting of Boolean operations. * Blocks are now marked as unreachable when we can statically prove we will never branch to them. * Unreachable blocks are skipped by the analysis. llvm-svn: 189594
Loading
Please register or sign in to comment