You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
18
external/llvm/test/Bitcode/select.ll
vendored
18
external/llvm/test/Bitcode/select.ll
vendored
@ -1,18 +0,0 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||||
; RUN: verify-uselistorder < %s
|
||||
|
||||
define <2 x i32> @main() {
|
||||
ret <2 x i32> select (<2 x i1> <i1 false, i1 undef>, <2 x i32> zeroinitializer, <2 x i32> <i32 0, i32 undef>)
|
||||
}
|
||||
|
||||
; CHECK: define <2 x i32> @main() {
|
||||
; CHECK: ret <2 x i32> <i32 0, i32 undef>
|
||||
; CHECK: }
|
||||
|
||||
define <2 x float> @f() {
|
||||
ret <2 x float> select (i1 ptrtoint (<2 x float> ()* @f to i1), <2 x float> <float 1.000000e+00, float 0.000000e+00>, <2 x float> zeroinitializer)
|
||||
}
|
||||
|
||||
; CHECK: define <2 x float> @f() {
|
||||
; CHECK: ret <2 x float> select (i1 ptrtoint (<2 x float> ()* @f to i1), <2 x float> <float 1.000000e+00, float 0.000000e+00>, <2 x float> zeroinitializer)
|
||||
; CHECK: }
|
Reference in New Issue
Block a user