diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-02 22:15:21 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-02 22:15:21 +0000 |
commit | d98d6203e429b2d7208b6687931e9079e85e95ec (patch) | |
tree | e744407259a2a06f8edace7287f97f48d23d3c3d /lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | |
parent | 6ade6f55a836129af634074e96f660ff23f59a30 (diff) |
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
Diffstat (limited to 'lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp')
0 files changed, 0 insertions, 0 deletions