Dan Gohman d98d6203e4 Optimize conditional branches in X86FastISel. This replaces
sequences like this:
       sete    %al
       testb   %al, %al
       jne     LBB11_1
with this:
       je      LBB11_1


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56969 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-02 22:15:21 +00:00
..
2008-05-29 19:52:31 +00:00
2008-09-27 01:56:22 +00:00
2008-09-20 18:02:18 +00:00
2008-05-30 22:47:19 +00:00
2008-09-09 17:52:13 +00:00