Check for type legality before materializing integer constants in fast isel. With...
authorOwen Anderson <resistor@mac.com>
Tue, 9 Sep 2008 06:32:02 +0000 (06:32 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 9 Sep 2008 06:32:02 +0000 (06:32 +0000)
commitbaf37cd5568a7449b6b3822d2dc19582f0270877
tree06293318dc77b5c59ffb5fdde429e16af13bca33
parent70f684fcf92e5cdd11a3b3fc9bf3519f8b745857
Check for type legality before materializing integer constants in fast isel.  With this change,
all of MultiSource/Applications passes on Darwin/X86 under FastISel.

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