Skip to content
Commit eadf124d authored by Pete Cooper's avatar Pete Cooper
Browse files

SimplifyCFG now predicts some conditional branches to true or false depending...

SimplifyCFG now predicts some conditional branches to true or false depending on previous branch on same comparison operands.

For example, 

if (a == b) {
    if (a > b) // this is false
    
Fixes some of the issues on <rdar://problem/10554090>

llvm-svn: 146822
parent 3c2848ea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment