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
17
external/llvm/test/CodeGen/PowerPC/altivec-ord.ll
vendored
Normal file
17
external/llvm/test/CodeGen/PowerPC/altivec-ord.ll
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 < %s
|
||||
target triple = "powerpc64-unknown-linux-gnu"
|
||||
|
||||
define <4 x i16> @test(<4 x float> %f, <4 x float> %g) {
|
||||
entry:
|
||||
%r = fcmp ord <4 x float> %f, %g
|
||||
%s = sext <4 x i1> %r to <4 x i16>
|
||||
ret <4 x i16> %s
|
||||
}
|
||||
|
||||
define <4 x i16> @test2(<4 x float> %f, <4 x float> %g) {
|
||||
entry:
|
||||
%r = fcmp one <4 x float> %f, %g
|
||||
%s = sext <4 x i1> %r to <4 x i16>
|
||||
ret <4 x i16> %s
|
||||
}
|
||||
|
Reference in New Issue
Block a user