Fix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG.ll and 132.ijpeg.
authorChris Lattner <sabre@nondot.org>
Mon, 17 Jan 2005 06:26:58 +0000 (06:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Jan 2005 06:26:58 +0000 (06:26 +0000)
commit4ff348befa1b5d6023eaa0c95821ea4729d448e0
tree2ce17acec2740e6869d563a00057a5679abe53a2
parentf60513f71d3e433491e2bfc51cf764de78b848f8
Fix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG.ll and 132.ijpeg.
Do not fold a load into an operation if it will induce a cycle in the DAG.

Repeat after me: dAg.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19631 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp