Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Pete Cooper b33c297f14 Added InstCombine for "select cond, ~cond, x" type patterns
These can be reduced to "~cond & x" or "~cond | x"

llvm-svn: 146624
2011-12-15 00:56:45 +00:00

34 KiB