OSDN Git Service

Implement fast-isel support for zero-extending from i1.
authorDan Gohman <gohman@apple.com>
Fri, 3 Oct 2008 01:28:47 +0000 (01:28 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 3 Oct 2008 01:28:47 +0000 (01:28 +0000)
commit91b6f97ce4273fee5516692e3f27cd76d67986fc
treea6b6fe168ef431f5887d1a097d9c6e49ae3bdd7e
parent4e6ed5eefd578db5bff172298d7ff7d7eb69b947
Implement fast-isel support for zero-extending from i1.
It turns out that this is a fairly common operation,
and it's easy enough to handle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56990 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp