Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C)
authorEvan Cheng <evan.cheng@apple.com>
Sat, 18 Aug 2007 06:11:57 +0000 (06:11 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 18 Aug 2007 06:11:57 +0000 (06:11 +0000)
commit1594b9883673d8048e3f0b79575ad2140fbb6b3c
treecf57a0ed5fccafbad14e974aab592a6b86c9e6b8
parent571c4788d5d1527af39f9904e14983d9229c2443
Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41164 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/select-zero-one.ll [new file with mode: 0644]