1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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.

llvm-svn: 186332
This commit is contained in:
Chandler Carruth 2013-07-15 17:36:21 +00:00
parent fd493b4851
commit 255d06c032
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