mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Extra CHECK-NOT to make sure that GVN transform works properly.
llvm-svn: 139012
This commit is contained in:
parent
88877293d1
commit
fef314417c
@ -10,6 +10,7 @@ define void @main() nounwind uwtable {
|
||||
entry:
|
||||
; CHECK: store i32
|
||||
store i32 402662078, i32* bitcast (i31* @g to i32*), align 8
|
||||
; CHECK-NOT: load i31
|
||||
%0 = load i31* @g, align 8
|
||||
; CHECK: store i31
|
||||
store i31 %0, i31* undef, align 1
|
||||
|
Loading…
Reference in New Issue
Block a user