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
8
external/llvm/test/CodeGen/PowerPC/2006-08-11-RetVector.ll
vendored
Normal file
8
external/llvm/test/CodeGen/PowerPC/2006-08-11-RetVector.ll
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | grep vsldoi
|
||||
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | not grep vor
|
||||
|
||||
define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) {
|
||||
%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 > ; <<4 x float>> [#uses=1]
|
||||
ret <4 x float> %tmp76
|
||||
}
|
||||
|
Reference in New Issue
Block a user