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-09-22 10:06:26 +00:00
2008-09-25 21:00:45 +00:00
2008-09-25 21:00:45 +00:00
2008-09-29 18:16:38 +00:00
2008-09-25 21:00:45 +00:00
2008-02-27 06:33:05 +00:00
2008-04-01 04:00:45 +00:00
2008-07-05 22:41:37 +00:00
2008-07-01 17:44:24 +00:00
2008-06-24 17:46:48 +00:00