You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
15
external/llvm/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
vendored
Normal file
15
external/llvm/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; RUN: opt < %s -basicaa -gvn -S | FileCheck %s
|
||||
|
||||
%struct.INT2 = type { i32, i32 }
|
||||
@blkshifts = external global %struct.INT2* ; <%struct.INT2**> [#uses=2]
|
||||
|
||||
define i32 @xcompact() {
|
||||
entry:
|
||||
store %struct.INT2* null, %struct.INT2** @blkshifts, align 4
|
||||
br label %bb
|
||||
|
||||
bb: ; preds = %bb, %entry
|
||||
%tmp10 = load %struct.INT2*, %struct.INT2** @blkshifts, align 4 ; <%struct.INT2*> [#uses=0]
|
||||
; CHECK-NOT: %tmp10
|
||||
br label %bb
|
||||
}
|
Reference in New Issue
Block a user