commit | d98d6203e429b2d7208b6687931e9079e85e95ec | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Oct 02 22:15:21 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Oct 02 22:15:21 2008 +0000 |
tree | e744407259a2a06f8edace7287f97f48d23d3c3d | |
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