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
14
external/llvm/test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll
vendored
Normal file
14
external/llvm/test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: opt < %s -instcombine -disable-output
|
||||
|
||||
; This example caused instcombine to spin into an infinite loop.
|
||||
|
||||
define void @test(i32* %P) {
|
||||
ret void
|
||||
|
||||
Dead: ; preds = %Dead
|
||||
%X = phi i32 [ %Y, %Dead ] ; <i32> [#uses=1]
|
||||
%Y = sdiv i32 %X, 10 ; <i32> [#uses=2]
|
||||
store i32 %Y, i32* %P
|
||||
br label %Dead
|
||||
}
|
||||
|
Reference in New Issue
Block a user