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
@ -1,22 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs < %s -mcpu=a2q | FileCheck %s
|
||||
target triple = "powerpc64-bgq-linux"
|
||||
|
||||
declare <4 x double> @foo(<4 x double> %p)
|
||||
|
||||
define <4 x double> @bar(<4 x double> %p, <4 x double> %q) {
|
||||
entry:
|
||||
%v = call <4 x double> @foo(<4 x double> %p)
|
||||
%w = call <4 x double> @foo(<4 x double> %q)
|
||||
%x = fadd <4 x double> %v, %w
|
||||
ret <4 x double> %x
|
||||
|
||||
; CHECK-LABEL: @bar
|
||||
; CHECK: qvstfdx 2,
|
||||
; CHECK: bl foo
|
||||
; CHECK: qvstfdx 1,
|
||||
; CHECK: qvlfdx 1,
|
||||
; CHECK: bl foo
|
||||
; CHECK: qvlfdx [[REG:[0-9]+]],
|
||||
; CHECK: qvfadd 1, [[REG]], 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user