Chris Lattner
e19e4baf3b
teach phi translation of GEPs to simplify geps like 'gep x, 0'.
This allows us to compile the example from PR5313 into:
LBB1_2: ## %bb
incl %ecx
movb %al, (%rsi)
movslq %ecx, %rax
movb (%rdi,%rax), %al
testb %al, %al
jne LBB1_2
instead of:
LBB1_2: ## %bb
movslq %eax, %rcx
incl %eax
movb (%rdi,%rcx), %cl
movb %cl, (%rsi)
movslq %eax, %rcx
cmpb $0, (%rdi,%rcx)
jne LBB1_2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89981 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-27 00:34:38 +00:00
..
2009-11-09 00:44:44 +00:00
2009-09-11 18:01:28 +00:00
2009-11-03 15:29:06 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-10-26 22:52:03 +00:00
2009-09-11 18:01:28 +00:00
2009-11-14 06:15:14 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-11-23 16:22:21 +00:00
2009-11-27 00:34:38 +00:00
2009-11-03 15:29:06 +00:00
2009-11-12 07:56:08 +00:00
2009-11-26 22:04:42 +00:00
2009-09-11 18:01:28 +00:00
2009-11-23 16:13:39 +00:00
2009-11-12 09:44:17 +00:00
2009-11-10 01:33:08 +00:00
2009-11-19 19:00:10 +00:00
2009-10-23 17:10:01 +00:00
2009-09-11 18:01:28 +00:00
2009-11-20 20:51:18 +00:00
2009-11-20 20:51:18 +00:00
2009-11-17 18:10:11 +00:00
2009-11-20 01:09:34 +00:00
2009-11-25 05:38:41 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-11-02 04:37:17 +00:00
2009-11-03 15:29:06 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:36:27 +00:00
2009-11-03 15:29:06 +00:00
2009-11-10 22:02:09 +00:00
2009-11-10 21:02:18 +00:00
2009-11-05 17:44:22 +00:00
2009-09-11 18:01:28 +00:00
2009-09-11 18:01:28 +00:00
2009-09-09 02:41:50 +00:00
2009-11-07 21:10:15 +00:00
2009-09-11 18:01:28 +00:00