Evan Cheng 2b87e06d26 Fix a serious X86 instruction selection bug. In
X86DAGToDAGISel::PreprocessISelDAG(), isel is moving load inside
callseq_start / callseq_end so it can be folded into a call. This can
create a cycle in the DAG when the call is glued to a copytoreg. We
have been lucky this hasn't caused too many issues because the pre-ra
scheduler has special handling of call sequences. However, it has
caused a crash in a specific tailcall case.

rdar://12393897


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165072 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-02 23:49:13 +00:00
..
2012-10-02 15:49:34 +00:00
2012-07-18 17:53:05 +00:00
2012-05-28 21:48:37 +00:00
2012-10-02 15:49:34 +00:00
2012-09-29 21:43:49 +00:00
2012-06-13 17:59:12 +00:00