You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
11
external/llvm/test/Transforms/InstCombine/pr28725.ll
vendored
Normal file
11
external/llvm/test/Transforms/InstCombine/pr28725.ll
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
; RUN: opt -S -instcombine < %s | FileCheck %s
|
||||
%S = type { i16, i32 }
|
||||
|
||||
define <2 x i16> @test1() {
|
||||
entry:
|
||||
%b = insertelement <2 x i16> <i16 undef, i16 0>, i16 extractvalue (%S select (i1 icmp eq (i16 extractelement (<2 x i16> bitcast (<1 x i32> <i32 1> to <2 x i16>), i32 0), i16 0), %S zeroinitializer, %S { i16 0, i32 1 }), 0), i32 0
|
||||
ret <2 x i16> %b
|
||||
}
|
||||
|
||||
; CHECK-LABEL: @test1(
|
||||
; CHECK: ret <2 x i16> zeroinitializer
|
Reference in New Issue
Block a user