Added InstCombine for "select cond, ~cond, x" type patterns
These can be reduced to "~cond & x" or "~cond | x" llvm-svn: 146624
Loading
Please register or sign in to comment
These can be reduced to "~cond & x" or "~cond | x" llvm-svn: 146624