PR10267: Don't combine an equality compare with an AND into an inequality...
PR10267: Don't combine an equality compare with an AND into an inequality compare when the AND has more than one use. This can pessimize code, inequalities are generally more expensive. llvm-svn: 134379
Loading
Please register or sign in to comment