Implement PR3266 & PR5276, folding:
authorChris Lattner <sabre@nondot.org>
Mon, 26 Oct 2009 01:06:31 +0000 (01:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Oct 2009 01:06:31 +0000 (01:06 +0000)
commit863928fc39c7f1ab86779415eb704b2f2474b995
tree3b3a61d0d841f735be0cbb4bb83d7b1c7efd3cad
parent1125f58efcfe4e93322f993aa74215e6ffacd8ea
Implement PR3266 & PR5276, folding:
   not (or (icmp, icmp)) -> and(icmp, icmp)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85085 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/xor-demorgans.ll [deleted file]