Revert r186316 while I track down an ASan failure and an assert from

a bot.

This reverts the commit which introduced a new implementation of the
fancy SROA pass designed to reduce its overhead. I'll skip the huge
commit log here, refer to r186316 if you're looking for how this all
works and why it works that way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186332 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2013-07-15 17:36:21 +00:00
parent 54911a5303
commit ebf72b3301
2 changed files with 1276 additions and 993 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1308,7 +1308,7 @@ end:
define void @PR15805(i1 %a, i1 %b) {
; CHECK-LABEL: @PR15805(
; CHECK-NOT: alloca
; CHECK: select i1 undef, i64* %c, i64* %c
; CHECK: ret void
%c = alloca i64, align 8