mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
extra pass is required now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25de4e5c21
commit
f4208026aa
@ -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