mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 02:08:06 +00:00
Add the missing test case for PR26193
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259888 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
591a727559
commit
9a3ee3636c
9
test/CodeGen/PowerPC/pr26193.ll
Normal file
9
test/CodeGen/PowerPC/pr26193.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: llc -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s
|
||||
define <8 x i16> @test(<4 x i32> %a) {
|
||||
entry:
|
||||
%0 = tail call <8 x i16> @llvm.ppc.altivec.vpkswss(<4 x i32> %a, <4 x i32> %a)
|
||||
ret <8 x i16> %0
|
||||
}
|
||||
; CHECK: vpkswss 2,
|
||||
|
||||
declare <8 x i16> @llvm.ppc.altivec.vpkswss(<4 x i32>, <4 x i32>)
|
Loading…
x
Reference in New Issue
Block a user