Chris Lattner 18fdabadca Fix PR6497, a bug where we'd fold a load into an addc
node which has a flag.  That flag in turn was used by an
already-selected adde which turned into an ADC32ri8 which
used a selected load which was chained to the load we
folded.  This flag use caused us to form a cycle.  Fix
this by not ignoring chains in IsLegalToFold even in
cases where the isel thinks it can.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97791 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-05 06:19:13 +00:00
..
2010-01-12 18:29:23 +00:00
2010-01-23 01:19:28 +00:00
2010-02-13 02:06:10 +00:00
2010-02-15 22:03:29 +00:00
2010-03-03 00:35:56 +00:00
2010-01-02 00:22:15 +00:00
2010-01-12 04:52:47 +00:00
2010-01-05 17:55:26 +00:00
2010-01-19 21:51:51 +00:00
2010-01-23 01:19:28 +00:00
2010-03-05 06:17:43 +00:00
2010-02-27 23:53:53 +00:00
2010-01-18 21:38:44 +00:00