mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 16:59:14 +00:00
Update testcase since we're no longer doing the constant forwarding inline with correlated value propagation.
llvm-svn: 117712
This commit is contained in:
parent
bf7cf2a203
commit
14cf6bfa0f
@ -52,9 +52,8 @@ bb: ; preds = %entry
|
|||||||
ret i8 0
|
ret i8 0
|
||||||
|
|
||||||
bb2: ; preds = %entry
|
bb2: ; preds = %entry
|
||||||
; CHECK-NOT: load i8* %a
|
; CHECK: %should_be_const = load i8* @gv
|
||||||
%should_be_const = load i8* %a
|
%should_be_const = load i8* %a
|
||||||
; CHECK: ret i8 7
|
|
||||||
ret i8 %should_be_const
|
ret i8 %should_be_const
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user