mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
extra pass is required now
llvm-svn: 31353
This commit is contained in:
parent
953b8e6f7d
commit
7def2775bd
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine -mem2reg | llvm-dis | not grep alloca
|
||||
; RUN: llvm-as < %s | opt -simplifycfg -instcombine -mem2reg | llvm-dis | not grep alloca
|
||||
;
|
||||
; This tests to see if mem2reg can promote alloca instructions whose addresses
|
||||
; are used by PHI nodes that are immediately loaded. The LLVM C++ front-end
|
||||
|
Loading…
Reference in New Issue
Block a user