You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,24 +0,0 @@
|
||||
; RUN: opt %s -scalarizer -S -o - | FileCheck %s
|
||||
|
||||
; Don't crash
|
||||
|
||||
define void @foo() {
|
||||
br label %bb1
|
||||
|
||||
bb2: ; preds = %bb1
|
||||
%bb2_vec = shufflevector <2 x i16> <i16 0, i16 10000>,
|
||||
<2 x i16> %bb1_vec,
|
||||
<2 x i32> <i32 0, i32 3>
|
||||
br label %bb1
|
||||
|
||||
bb1: ; preds = %bb2, %0
|
||||
%bb1_vec = phi <2 x i16> [ <i16 100, i16 200>, %0 ], [ %bb2_vec, %bb2 ]
|
||||
;CHECK: bb1:
|
||||
;CHECK: %bb1_vec.i0 = phi i16 [ 100, %0 ], [ 0, %bb2 ]
|
||||
;CHECK: %bb1_vec.i1 = phi i16 [ 200, %0 ], [ %bb1_vec.i1, %bb2 ]
|
||||
br i1 undef, label %bb3, label %bb2
|
||||
|
||||
bb3:
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user