83 lines
5 KiB
LLVM
83 lines
5 KiB
LLVM
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
|
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
|
|
|
|
target triple = "aarch64"
|
|
|
|
; Expected to transform
|
|
define <vscale x 4 x float> @complex_add_v4f32(<vscale x 4 x float> %a, <vscale x 4 x float> %b) {
|
|
; CHECK-LABEL: complex_add_v4f32:
|
|
; CHECK: // %bb.0: // %entry
|
|
; CHECK-NEXT: ptrue p0.s
|
|
; CHECK-NEXT: fcadd z1.s, p0/m, z1.s, z0.s, #90
|
|
; CHECK-NEXT: mov z0.d, z1.d
|
|
; CHECK-NEXT: ret
|
|
entry:
|
|
%a.deinterleaved = tail call { <vscale x 2 x float>, <vscale x 2 x float> } @llvm.experimental.vector.deinterleave2.nxv4f32(<vscale x 4 x float> %a)
|
|
%a.real = extractvalue { <vscale x 2 x float>, <vscale x 2 x float> } %a.deinterleaved, 0
|
|
%a.imag = extractvalue { <vscale x 2 x float>, <vscale x 2 x float> } %a.deinterleaved, 1
|
|
%b.deinterleaved = tail call { <vscale x 2 x float>, <vscale x 2 x float> } @llvm.experimental.vector.deinterleave2.nxv4f32(<vscale x 4 x float> %b)
|
|
%b.real = extractvalue { <vscale x 2 x float>, <vscale x 2 x float> } %b.deinterleaved, 0
|
|
%b.imag = extractvalue { <vscale x 2 x float>, <vscale x 2 x float> } %b.deinterleaved, 1
|
|
%0 = fsub fast <vscale x 2 x float> %b.real, %a.imag
|
|
%1 = fadd fast <vscale x 2 x float> %b.imag, %a.real
|
|
%interleaved.vec = tail call <vscale x 4 x float> @llvm.experimental.vector.interleave2.nxv4f32(<vscale x 2 x float> %0, <vscale x 2 x float> %1)
|
|
ret <vscale x 4 x float> %interleaved.vec
|
|
}
|
|
|
|
; Expected to transform
|
|
define <vscale x 8 x float> @complex_add_v8f32(<vscale x 8 x float> %a, <vscale x 8 x float> %b) {
|
|
; CHECK-LABEL: complex_add_v8f32:
|
|
; CHECK: // %bb.0: // %entry
|
|
; CHECK-NEXT: ptrue p0.s
|
|
; CHECK-NEXT: fcadd z2.s, p0/m, z2.s, z0.s, #90
|
|
; CHECK-NEXT: fcadd z3.s, p0/m, z3.s, z1.s, #90
|
|
; CHECK-NEXT: mov z0.d, z2.d
|
|
; CHECK-NEXT: mov z1.d, z3.d
|
|
; CHECK-NEXT: ret
|
|
entry:
|
|
%a.deinterleaved = tail call { <vscale x 4 x float>, <vscale x 4 x float> } @llvm.experimental.vector.deinterleave2.nxv8f32(<vscale x 8 x float> %a)
|
|
%a.real = extractvalue { <vscale x 4 x float>, <vscale x 4 x float> } %a.deinterleaved, 0
|
|
%a.imag = extractvalue { <vscale x 4 x float>, <vscale x 4 x float> } %a.deinterleaved, 1
|
|
%b.deinterleaved = tail call { <vscale x 4 x float>, <vscale x 4 x float> } @llvm.experimental.vector.deinterleave2.nxv8f32(<vscale x 8 x float> %b)
|
|
%b.real = extractvalue { <vscale x 4 x float>, <vscale x 4 x float> } %b.deinterleaved, 0
|
|
%b.imag = extractvalue { <vscale x 4 x float>, <vscale x 4 x float> } %b.deinterleaved, 1
|
|
%0 = fsub fast <vscale x 4 x float> %b.real, %a.imag
|
|
%1 = fadd fast <vscale x 4 x float> %b.imag, %a.real
|
|
%interleaved.vec = tail call <vscale x 8 x float> @llvm.experimental.vector.interleave2.nxv8f32(<vscale x 4 x float> %0, <vscale x 4 x float> %1)
|
|
ret <vscale x 8 x float> %interleaved.vec
|
|
}
|
|
; Expected to transform
|
|
define <vscale x 16 x float> @complex_add_v16f32(<vscale x 16 x float> %a, <vscale x 16 x float> %b) {
|
|
; CHECK-LABEL: complex_add_v16f32:
|
|
; CHECK: // %bb.0: // %entry
|
|
; CHECK-NEXT: ptrue p0.s
|
|
; CHECK-NEXT: fcadd z4.s, p0/m, z4.s, z0.s, #90
|
|
; CHECK-NEXT: fcadd z5.s, p0/m, z5.s, z1.s, #90
|
|
; CHECK-NEXT: fcadd z6.s, p0/m, z6.s, z2.s, #90
|
|
; CHECK-NEXT: fcadd z7.s, p0/m, z7.s, z3.s, #90
|
|
; CHECK-NEXT: mov z0.d, z4.d
|
|
; CHECK-NEXT: mov z1.d, z5.d
|
|
; CHECK-NEXT: mov z2.d, z6.d
|
|
; CHECK-NEXT: mov z3.d, z7.d
|
|
; CHECK-NEXT: ret
|
|
entry:
|
|
%a.deinterleaved = tail call { <vscale x 8 x float>, <vscale x 8 x float> } @llvm.experimental.vector.deinterleave2.nxv16f32(<vscale x 16 x float> %a)
|
|
%a.real = extractvalue { <vscale x 8 x float>, <vscale x 8 x float> } %a.deinterleaved, 0
|
|
%a.imag = extractvalue { <vscale x 8 x float>, <vscale x 8 x float> } %a.deinterleaved, 1
|
|
%b.deinterleaved = tail call { <vscale x 8 x float>, <vscale x 8 x float> } @llvm.experimental.vector.deinterleave2.nxv16f32(<vscale x 16 x float> %b)
|
|
%b.real = extractvalue { <vscale x 8 x float>, <vscale x 8 x float> } %b.deinterleaved, 0
|
|
%b.imag = extractvalue { <vscale x 8 x float>, <vscale x 8 x float> } %b.deinterleaved, 1
|
|
%0 = fsub fast <vscale x 8 x float> %b.real, %a.imag
|
|
%1 = fadd fast <vscale x 8 x float> %b.imag, %a.real
|
|
%interleaved.vec = tail call <vscale x 16 x float> @llvm.experimental.vector.interleave2.nxv16f32(<vscale x 8 x float> %0, <vscale x 8 x float> %1)
|
|
ret <vscale x 16 x float> %interleaved.vec
|
|
}
|
|
|
|
declare { <vscale x 2 x float>, <vscale x 2 x float> } @llvm.experimental.vector.deinterleave2.nxv4f32(<vscale x 4 x float>)
|
|
declare <vscale x 4 x float> @llvm.experimental.vector.interleave2.nxv4f32(<vscale x 2 x float>, <vscale x 2 x float>)
|
|
|
|
declare { <vscale x 4 x float>, <vscale x 4 x float> } @llvm.experimental.vector.deinterleave2.nxv8f32(<vscale x 8 x float>)
|
|
declare <vscale x 8 x float> @llvm.experimental.vector.interleave2.nxv8f32(<vscale x 4 x float>, <vscale x 4 x float>)
|
|
|
|
declare { <vscale x 8 x float>, <vscale x 8 x float> } @llvm.experimental.vector.deinterleave2.nxv16f32(<vscale x 16 x float>)
|
|
declare <vscale x 16 x float> @llvm.experimental.vector.interleave2.nxv16f32(<vscale x 8 x float>, <vscale x 8 x float>)
|