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
12
external/llvm/test/Assembler/vector-select.ll
vendored
12
external/llvm/test/Assembler/vector-select.ll
vendored
@ -1,12 +0,0 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
|
||||
; RUN: verify-uselistorder %s
|
||||
; Rudimentary test of select on vectors returning vector of bool
|
||||
|
||||
; CHECK: @foo
|
||||
; CHECK: select <4 x i1> %cond, <4 x i32> %a, <4 x i32> %b
|
||||
define <4 x i32> @foo(<4 x i32> %a, <4 x i32> %b, <4 x i1> %cond) nounwind {
|
||||
entry:
|
||||
%cmp = select <4 x i1> %cond, <4 x i32> %a, <4 x i32> %b
|
||||
ret <4 x i32> %cmp
|
||||
}
|
||||
|
Reference in New Issue
Block a user