mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186332 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user