Add support to codegen for getresult instructions with undef operands.
authorDan Gohman <gohman@apple.com>
Wed, 23 Apr 2008 20:21:29 +0000 (20:21 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 23 Apr 2008 20:21:29 +0000 (20:21 +0000)
commit3dc34f682dfdfbf75c2b883e21a953d41df4f3a0
tree0ec9c9abcf4fd571bb49df7b3ca9af7228a5acb5
parent6829157f49641c19bc77e7ca5ffc16f2d91c74f2
Add support to codegen for getresult instructions with undef operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
test/CodeGen/Generic/getresult-undef.ll [new file with mode: 0644]