mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01: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:
parent
fd493b4851
commit
255d06c032
File diff suppressed because it is too large
Load Diff
@ -1308,7 +1308,7 @@ end:
|
|||||||
|
|
||||||
define void @PR15805(i1 %a, i1 %b) {
|
define void @PR15805(i1 %a, i1 %b) {
|
||||||
; CHECK-LABEL: @PR15805(
|
; CHECK-LABEL: @PR15805(
|
||||||
; CHECK-NOT: alloca
|
; CHECK: select i1 undef, i64* %c, i64* %c
|
||||||
; CHECK: ret void
|
; CHECK: ret void
|
||||||
|
|
||||||
%c = alloca i64, align 8
|
%c = alloca i64, align 8
|
||||||
|
Loading…
Reference in New Issue
Block a user