mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Extra CHECK-NOT to make sure that GVN transform works properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc07321164
commit
9469d5cf48
@ -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…
x
Reference in New Issue
Block a user