Chris Lattner f4ea68fa5a fix PR10605 / rdar://9930964 by adding a pretty scary missed check.
It's somewhat surprising anything works without this.  Before we would
compile the testcase into:

test:                                   # @test
	movl	$4, 8(%rdi)
	movl	8(%rdi), %eax
	orl	%esi, %eax
	cmpl	$32, %edx
	movl	%eax, -4(%rsp)          # 4-byte Spill
	je	.LBB0_2

now we produce:

test:                                   # @test
	movl	8(%rdi), %eax
	movl	$4, 8(%rdi)
	orl	%esi, %eax
	cmpl	$32, %edx
	movl	%eax, -4(%rsp)          # 4-byte Spill
	je	.LBB0_2



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137303 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-11 06:26:54 +00:00
..
2011-04-15 00:32:41 +00:00
2011-07-02 20:43:08 +00:00
2010-09-30 23:57:10 +00:00
2010-09-30 23:57:10 +00:00
2011-07-02 20:42:53 +00:00
2011-01-16 18:02:57 +00:00
2011-03-09 22:07:31 +00:00
2011-06-19 12:14:34 +00:00
2010-07-13 18:14:47 +00:00
2010-10-11 21:08:42 +00:00
2011-03-08 20:19:10 +00:00
2011-01-16 18:02:57 +00:00
2010-11-29 22:34:55 +00:00
2011-08-09 03:04:23 +00:00
2011-08-09 03:04:23 +00:00
2011-08-09 03:04:23 +00:00
2011-08-09 03:04:23 +00:00
2011-08-09 03:04:23 +00:00
2011-07-02 20:42:36 +00:00
2011-05-26 18:00:32 +00:00
2011-07-02 20:42:33 +00:00
2011-04-25 10:12:01 +00:00
2011-01-01 21:58:41 +00:00
2011-04-17 02:36:27 +00:00
2011-02-16 01:08:31 +00:00
2011-03-23 23:11:02 +00:00
2011-07-02 20:42:25 +00:00
2011-03-11 21:52:04 +00:00
2010-09-30 23:57:10 +00:00
2010-09-30 23:57:10 +00:00
2010-09-30 23:57:10 +00:00
2010-09-30 23:57:10 +00:00
2010-10-05 21:58:12 +00:00
2010-10-01 05:08:18 +00:00
2010-09-30 23:57:10 +00:00
2011-06-28 06:25:03 +00:00
2011-04-05 00:32:44 +00:00
2011-04-05 00:32:44 +00:00
2010-09-17 22:28:18 +00:00
2011-06-02 20:02:48 +00:00
2011-07-20 03:09:11 +00:00
2011-01-16 18:02:57 +00:00
2011-03-23 23:11:02 +00:00
2010-12-02 20:17:34 +00:00
2011-04-05 00:32:44 +00:00
2011-07-26 22:45:39 +00:00
2011-06-14 23:47:36 +00:00
2010-11-27 20:43:02 +00:00
2010-09-30 23:57:10 +00:00
2010-09-30 23:57:10 +00:00
2011-02-20 12:37:50 +00:00
2010-12-20 20:10:50 +00:00
2011-03-11 21:52:04 +00:00