mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 18:10:14 +00:00
this produces an undefined result, just check that the alloca is gone
and that sroa doesn't crash. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63637 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95c5f05641
commit
67e3ba3f1d
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | opt -scalarrepl -instcombine | llvm-dis | grep {ret i32 undef}
|
||||
; RUN: llvm-as < %s | opt -scalarrepl -instcombine | llvm-dis | not grep alloca
|
||||
|
||||
; Test that an array is not incorrectly deconstructed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user