You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
26
external/llvm/test/CodeGen/PowerPC/pr31144.ll
vendored
26
external/llvm/test/CodeGen/PowerPC/pr31144.ll
vendored
@ -1,26 +0,0 @@
|
||||
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -mattr=+vsx < %s | FileCheck %s --implicit-check-not lxsiwzx
|
||||
|
||||
declare void @bar(double)
|
||||
|
||||
define void @foo1(i8* %p) {
|
||||
entry:
|
||||
%0 = load i8, i8* %p, align 1
|
||||
%conv = uitofp i8 %0 to double
|
||||
call void @bar(double %conv)
|
||||
ret void
|
||||
|
||||
; CHECK-LABEL: @foo1
|
||||
; CHECK: mtvsrwz
|
||||
}
|
||||
|
||||
define void @foo2(i16* %p) {
|
||||
entry:
|
||||
%0 = load i16, i16* %p, align 2
|
||||
%conv = uitofp i16 %0 to double
|
||||
call void @bar(double %conv)
|
||||
ret void
|
||||
|
||||
; CHECK-LABEL: @foo2
|
||||
; CHECK: mtvsrwz
|
||||
}
|
||||
|
Reference in New Issue
Block a user