237 lines
7.6 KiB
YAML
237 lines
7.6 KiB
YAML
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
|
# RUN: llc -verify-machineinstrs -mtriple aarch64-unknown-unknown -run-pass=legalizer -mattr=-fullfp16 -global-isel %s -o - | FileCheck %s --check-prefix=NOFP16
|
|
# RUN: llc -verify-machineinstrs -mtriple aarch64-unknown-unknown -run-pass=legalizer -mattr=+fullfp16 -global-isel %s -o - | FileCheck %s --check-prefix=FP16
|
|
|
|
name: test_f16.rint
|
|
alignment: 4
|
|
tracksRegLiveness: true
|
|
machineFunctionInfo: {}
|
|
body: |
|
|
bb.0:
|
|
liveins: $h0
|
|
|
|
%0:_(s16) = COPY $h0
|
|
%1:_(s16) = G_FRINT %0
|
|
$h0 = COPY %1(s16)
|
|
RET_ReallyLR implicit $h0
|
|
|
|
...
|
|
---
|
|
name: test_f32.rint
|
|
alignment: 4
|
|
tracksRegLiveness: true
|
|
machineFunctionInfo: {}
|
|
body: |
|
|
bb.0:
|
|
liveins: $s0
|
|
|
|
; NOFP16-LABEL: name: test_f32.rint
|
|
; NOFP16: liveins: $s0
|
|
; NOFP16-NEXT: {{ $}}
|
|
; NOFP16-NEXT: [[COPY:%[0-9]+]]:_(s32) = COPY $s0
|
|
; NOFP16-NEXT: [[FRINT:%[0-9]+]]:_(s32) = G_FRINT [[COPY]]
|
|
; NOFP16-NEXT: $s0 = COPY [[FRINT]](s32)
|
|
; NOFP16-NEXT: RET_ReallyLR implicit $s0
|
|
;
|
|
; FP16-LABEL: name: test_f32.rint
|
|
; FP16: liveins: $s0
|
|
; FP16-NEXT: {{ $}}
|
|
; FP16-NEXT: [[COPY:%[0-9]+]]:_(s32) = COPY $s0
|
|
; FP16-NEXT: [[FRINT:%[0-9]+]]:_(s32) = G_FRINT [[COPY]]
|
|
; FP16-NEXT: $s0 = COPY [[FRINT]](s32)
|
|
; FP16-NEXT: RET_ReallyLR implicit $s0
|
|
%0:_(s32) = COPY $s0
|
|
%1:_(s32) = G_FRINT %0
|
|
$s0 = COPY %1(s32)
|
|
RET_ReallyLR implicit $s0
|
|
|
|
...
|
|
---
|
|
name: test_f64.rint
|
|
alignment: 4
|
|
tracksRegLiveness: true
|
|
machineFunctionInfo: {}
|
|
body: |
|
|
bb.0:
|
|
liveins: $d0
|
|
|
|
; NOFP16-LABEL: name: test_f64.rint
|
|
; NOFP16: liveins: $d0
|
|
; NOFP16-NEXT: {{ $}}
|
|
; NOFP16-NEXT: [[COPY:%[0-9]+]]:_(s64) = COPY $d0
|
|
; NOFP16-NEXT: [[FRINT:%[0-9]+]]:_(s64) = G_FRINT [[COPY]]
|
|
; NOFP16-NEXT: $d0 = COPY [[FRINT]](s64)
|
|
; NOFP16-NEXT: RET_ReallyLR implicit $d0
|
|
;
|
|
; FP16-LABEL: name: test_f64.rint
|
|
; FP16: liveins: $d0
|
|
; FP16-NEXT: {{ $}}
|
|
; FP16-NEXT: [[COPY:%[0-9]+]]:_(s64) = COPY $d0
|
|
; FP16-NEXT: [[FRINT:%[0-9]+]]:_(s64) = G_FRINT [[COPY]]
|
|
; FP16-NEXT: $d0 = COPY [[FRINT]](s64)
|
|
; FP16-NEXT: RET_ReallyLR implicit $d0
|
|
%0:_(s64) = COPY $d0
|
|
%1:_(s64) = G_FRINT %0
|
|
$d0 = COPY %1(s64)
|
|
RET_ReallyLR implicit $d0
|
|
|
|
...
|
|
---
|
|
name: test_v4f32.rint
|
|
alignment: 4
|
|
tracksRegLiveness: true
|
|
machineFunctionInfo: {}
|
|
body: |
|
|
bb.0:
|
|
liveins: $q0
|
|
|
|
; NOFP16-LABEL: name: test_v4f32.rint
|
|
; NOFP16: liveins: $q0
|
|
; NOFP16-NEXT: {{ $}}
|
|
; NOFP16-NEXT: [[COPY:%[0-9]+]]:_(<4 x s32>) = COPY $q0
|
|
; NOFP16-NEXT: [[FRINT:%[0-9]+]]:_(<4 x s32>) = G_FRINT [[COPY]]
|
|
; NOFP16-NEXT: $q0 = COPY [[FRINT]](<4 x s32>)
|
|
; NOFP16-NEXT: RET_ReallyLR implicit $q0
|
|
;
|
|
; FP16-LABEL: name: test_v4f32.rint
|
|
; FP16: liveins: $q0
|
|
; FP16-NEXT: {{ $}}
|
|
; FP16-NEXT: [[COPY:%[0-9]+]]:_(<4 x s32>) = COPY $q0
|
|
; FP16-NEXT: [[FRINT:%[0-9]+]]:_(<4 x s32>) = G_FRINT [[COPY]]
|
|
; FP16-NEXT: $q0 = COPY [[FRINT]](<4 x s32>)
|
|
; FP16-NEXT: RET_ReallyLR implicit $q0
|
|
%0:_(<4 x s32>) = COPY $q0
|
|
%1:_(<4 x s32>) = G_FRINT %0
|
|
$q0 = COPY %1(<4 x s32>)
|
|
RET_ReallyLR implicit $q0
|
|
|
|
...
|
|
---
|
|
name: test_v2f64.rint
|
|
alignment: 4
|
|
tracksRegLiveness: true
|
|
machineFunctionInfo: {}
|
|
body: |
|
|
bb.0:
|
|
liveins: $q0
|
|
|
|
; NOFP16-LABEL: name: test_v2f64.rint
|
|
; NOFP16: liveins: $q0
|
|
; NOFP16-NEXT: {{ $}}
|
|
; NOFP16-NEXT: [[COPY:%[0-9]+]]:_(<2 x s64>) = COPY $q0
|
|
; NOFP16-NEXT: [[FRINT:%[0-9]+]]:_(<2 x s64>) = G_FRINT [[COPY]]
|
|
; NOFP16-NEXT: $q0 = COPY [[FRINT]](<2 x s64>)
|
|
; NOFP16-NEXT: RET_ReallyLR implicit $q0
|
|
;
|
|
; FP16-LABEL: name: test_v2f64.rint
|
|
; FP16: liveins: $q0
|
|
; FP16-NEXT: {{ $}}
|
|
; FP16-NEXT: [[COPY:%[0-9]+]]:_(<2 x s64>) = COPY $q0
|
|
; FP16-NEXT: [[FRINT:%[0-9]+]]:_(<2 x s64>) = G_FRINT [[COPY]]
|
|
; FP16-NEXT: $q0 = COPY [[FRINT]](<2 x s64>)
|
|
; FP16-NEXT: RET_ReallyLR implicit $q0
|
|
%0:_(<2 x s64>) = COPY $q0
|
|
%1:_(<2 x s64>) = G_FRINT %0
|
|
$q0 = COPY %1(<2 x s64>)
|
|
RET_ReallyLR implicit $q0
|
|
|
|
...
|
|
---
|
|
name: test_v4f16.rint
|
|
alignment: 4
|
|
tracksRegLiveness: true
|
|
machineFunctionInfo: {}
|
|
body: |
|
|
bb.0:
|
|
liveins: $d0
|
|
|
|
; NOFP16-LABEL: name: test_v4f16.rint
|
|
; NOFP16: liveins: $d0
|
|
; NOFP16-NEXT: {{ $}}
|
|
; NOFP16-NEXT: [[COPY:%[0-9]+]]:_(<4 x s16>) = COPY $d0
|
|
; NOFP16-NEXT: [[FPEXT:%[0-9]+]]:_(<4 x s32>) = G_FPEXT [[COPY]](<4 x s16>)
|
|
; NOFP16-NEXT: [[FRINT:%[0-9]+]]:_(<4 x s32>) = G_FRINT [[FPEXT]]
|
|
; NOFP16-NEXT: [[FPTRUNC:%[0-9]+]]:_(<4 x s16>) = G_FPTRUNC [[FRINT]](<4 x s32>)
|
|
; NOFP16-NEXT: $d0 = COPY [[FPTRUNC]](<4 x s16>)
|
|
; NOFP16-NEXT: RET_ReallyLR implicit $d0
|
|
;
|
|
; FP16-LABEL: name: test_v4f16.rint
|
|
; FP16: liveins: $d0
|
|
; FP16-NEXT: {{ $}}
|
|
; FP16-NEXT: [[COPY:%[0-9]+]]:_(<4 x s16>) = COPY $d0
|
|
; FP16-NEXT: [[FRINT:%[0-9]+]]:_(<4 x s16>) = G_FRINT [[COPY]]
|
|
; FP16-NEXT: $d0 = COPY [[FRINT]](<4 x s16>)
|
|
; FP16-NEXT: RET_ReallyLR implicit $d0
|
|
%0:_(<4 x s16>) = COPY $d0
|
|
%1:_(<4 x s16>) = G_FRINT %0
|
|
$d0 = COPY %1(<4 x s16>)
|
|
RET_ReallyLR implicit $d0
|
|
|
|
...
|
|
---
|
|
name: test_v8f16.rint
|
|
alignment: 4
|
|
tracksRegLiveness: true
|
|
machineFunctionInfo: {}
|
|
body: |
|
|
bb.0:
|
|
liveins: $q0
|
|
|
|
; NOFP16-LABEL: name: test_v8f16.rint
|
|
; NOFP16: liveins: $q0
|
|
; NOFP16-NEXT: {{ $}}
|
|
; NOFP16-NEXT: [[COPY:%[0-9]+]]:_(<8 x s16>) = COPY $q0
|
|
; NOFP16-NEXT: [[UV:%[0-9]+]]:_(<4 x s16>), [[UV1:%[0-9]+]]:_(<4 x s16>) = G_UNMERGE_VALUES [[COPY]](<8 x s16>)
|
|
; NOFP16-NEXT: [[FPEXT:%[0-9]+]]:_(<4 x s32>) = G_FPEXT [[UV]](<4 x s16>)
|
|
; NOFP16-NEXT: [[FPEXT1:%[0-9]+]]:_(<4 x s32>) = G_FPEXT [[UV1]](<4 x s16>)
|
|
; NOFP16-NEXT: [[FRINT:%[0-9]+]]:_(<4 x s32>) = G_FRINT [[FPEXT]]
|
|
; NOFP16-NEXT: [[FRINT1:%[0-9]+]]:_(<4 x s32>) = G_FRINT [[FPEXT1]]
|
|
; NOFP16-NEXT: [[FPTRUNC:%[0-9]+]]:_(<4 x s16>) = G_FPTRUNC [[FRINT]](<4 x s32>)
|
|
; NOFP16-NEXT: [[FPTRUNC1:%[0-9]+]]:_(<4 x s16>) = G_FPTRUNC [[FRINT1]](<4 x s32>)
|
|
; NOFP16-NEXT: [[CONCAT_VECTORS:%[0-9]+]]:_(<8 x s16>) = G_CONCAT_VECTORS [[FPTRUNC]](<4 x s16>), [[FPTRUNC1]](<4 x s16>)
|
|
; NOFP16-NEXT: $q0 = COPY [[CONCAT_VECTORS]](<8 x s16>)
|
|
; NOFP16-NEXT: RET_ReallyLR implicit $q0
|
|
;
|
|
; FP16-LABEL: name: test_v8f16.rint
|
|
; FP16: liveins: $q0
|
|
; FP16-NEXT: {{ $}}
|
|
; FP16-NEXT: [[COPY:%[0-9]+]]:_(<8 x s16>) = COPY $q0
|
|
; FP16-NEXT: [[FRINT:%[0-9]+]]:_(<8 x s16>) = G_FRINT [[COPY]]
|
|
; FP16-NEXT: $q0 = COPY [[FRINT]](<8 x s16>)
|
|
; FP16-NEXT: RET_ReallyLR implicit $q0
|
|
%0:_(<8 x s16>) = COPY $q0
|
|
%1:_(<8 x s16>) = G_FRINT %0
|
|
$q0 = COPY %1(<8 x s16>)
|
|
RET_ReallyLR implicit $q0
|
|
|
|
...
|
|
---
|
|
name: test_v2f32.rint
|
|
alignment: 4
|
|
tracksRegLiveness: true
|
|
machineFunctionInfo: {}
|
|
body: |
|
|
bb.0:
|
|
liveins: $d0
|
|
|
|
; NOFP16-LABEL: name: test_v2f32.rint
|
|
; NOFP16: liveins: $d0
|
|
; NOFP16-NEXT: {{ $}}
|
|
; NOFP16-NEXT: [[COPY:%[0-9]+]]:_(<2 x s32>) = COPY $d0
|
|
; NOFP16-NEXT: [[FRINT:%[0-9]+]]:_(<2 x s32>) = G_FRINT [[COPY]]
|
|
; NOFP16-NEXT: $d0 = COPY [[FRINT]](<2 x s32>)
|
|
; NOFP16-NEXT: RET_ReallyLR implicit $d0
|
|
;
|
|
; FP16-LABEL: name: test_v2f32.rint
|
|
; FP16: liveins: $d0
|
|
; FP16-NEXT: {{ $}}
|
|
; FP16-NEXT: [[COPY:%[0-9]+]]:_(<2 x s32>) = COPY $d0
|
|
; FP16-NEXT: [[FRINT:%[0-9]+]]:_(<2 x s32>) = G_FRINT [[COPY]]
|
|
; FP16-NEXT: $d0 = COPY [[FRINT]](<2 x s32>)
|
|
; FP16-NEXT: RET_ReallyLR implicit $d0
|
|
%0:_(<2 x s32>) = COPY $d0
|
|
%1:_(<2 x s32>) = G_FRINT %0
|
|
$d0 = COPY %1(<2 x s32>)
|
|
RET_ReallyLR implicit $d0
|
|
|
|
...
|