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
Loading
Please register or sign in to comment