You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
12
external/llvm/test/Transforms/InstSimplify/pr28725.ll
vendored
Normal file
12
external/llvm/test/Transforms/InstSimplify/pr28725.ll
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: opt -S -instsimplify < %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
|
||||
}
|
||||
|
||||
; InstCombine will be able to fold this into zeroinitializer
|
||||
; CHECK-LABEL: @test1(
|
||||
; CHECK: ret <2 x i16> <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), i16 0>
|
Reference in New Issue
Block a user