Support for i1 XOR in FastISel. It is actually safe because
authorDan Gohman <gohman@apple.com>
Thu, 25 Sep 2008 17:22:52 +0000 (17:22 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 25 Sep 2008 17:22:52 +0000 (17:22 +0000)
commit5dd9c2e9aea7294c184609aff7f2fe82eaea4eb0
tree0ae9586917e5574ea39d8a595ef46a5330557227
parent77ca41e5c3f99ee8962b21a7d90bb251a594a65e
Support for i1 XOR in FastISel. It is actually safe because
i1 operands are assumed to already by zero-extended.

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