Chris Lattner 9c7673ffca Eliminate X86ISD::TEST, using X86ISD::CMP instead. Match X86ISD::CMP patterns
using test, which provides nice simplifications like:

-       movl %edi, %ecx
-       andl $2, %ecx
-       cmpl $0, %ecx
+       testl $2, %edi
        je LBB1_11      #cond_next90

There are a couple of dagiselemitter deficiencies that this exposes, they will
be handled later.

llvm-svn: 30156
2006-09-07 20:33:45 +00:00
..
2006-08-18 17:34:45 +00:00
2006-09-01 20:35:17 +00:00
2006-08-25 17:43:11 +00:00
2006-07-28 22:52:11 +00:00
2006-09-01 20:35:17 +00:00