# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -verify-machineinstrs -mtriple aarch64-unknown-unknown -run-pass=legalizer %s -o - | FileCheck %s
---
name: testmsws
alignment: 4
tracksRegLiveness: true
liveins:
- { reg: '$s0' }
body: |
bb.1:
liveins: $s0
; CHECK-LABEL: name: testmsws
; CHECK: liveins: $s0
; CHECK-NEXT: {{ $}}
; CHECK-NEXT: [[COPY:%[0-9]+]]:_(s32) = COPY $s0
; CHECK-NEXT: [[INTRINSIC_LLRINT:%[0-9]+]]:_(s64) = G_INTRINSIC_LLRINT [[COPY]](s32)
; CHECK-NEXT: [[TRUNC:%[0-9]+]]:_(s32) = G_TRUNC [[INTRINSIC_LLRINT]](s64)
; CHECK-NEXT: $w0 = COPY [[TRUNC]](s32)
; CHECK-NEXT: RET_ReallyLR implicit $w0
%0:_(s32) = COPY $s0
%1:_(s64) = G_INTRINSIC_LLRINT %0(s32)
%2:_(s32) = G_TRUNC %1(s64)
$w0 = COPY %2(s32)
RET_ReallyLR implicit $w0
...
---
name: testmsxs
alignment: 4
tracksRegLiveness: true
liveins:
- { reg: '$s0' }
body: |
bb.1:
liveins: $s0
; CHECK-LABEL: name: testmsxs
; CHECK: liveins: $s0
; CHECK-NEXT: {{ $}}
; CHECK-NEXT: [[COPY:%[0-9]+]]:_(s32) = COPY $s0
; CHECK-NEXT: [[INTRINSIC_LLRINT:%[0-9]+]]:_(s64) = G_INTRINSIC_LLRINT [[COPY]](s32)
; CHECK-NEXT: $x0 = COPY [[INTRINSIC_LLRINT]](s64)
; CHECK-NEXT: RET_ReallyLR implicit $x0
%0:_(s32) = COPY $s0
%1:_(s64) = G_INTRINSIC_LLRINT %0(s32)
$x0 = COPY %1(s64)
RET_ReallyLR implicit $x0
...
---
name: testmswd
alignment: 4
tracksRegLiveness: true
liveins:
- { reg: '$d0' }
body: |
bb.1:
liveins: $d0
; CHECK-LABEL: name: testmswd
; CHECK: liveins: $d0
; CHECK-NEXT: {{ $}}
; CHECK-NEXT: [[COPY:%[0-9]+]]:_(s64) = COPY $d0
; CHECK-NEXT: [[INTRINSIC_LLRINT:%[0-9]+]]:_(s64) = G_INTRINSIC_LLRINT [[COPY]](s64)
; CHECK-NEXT: [[TRUNC:%[0-9]+]]:_(s32) = G_TRUNC [[INTRINSIC_LLRINT]](s64)
; CHECK-NEXT: $w0 = COPY [[TRUNC]](s32)
; CHECK-NEXT: RET_ReallyLR implicit $w0
%0:_(s64) = COPY $d0
%1:_(s64) = G_INTRINSIC_LLRINT %0(s64)
%2:_(s32) = G_TRUNC %1(s64)
$w0 = COPY %2(s32)
RET_ReallyLR implicit $w0
...
---
name: testmsxd
alignment: 4
tracksRegLiveness: true
liveins:
- { reg: '$d0' }
body: |
bb.1:
liveins: $d0
; CHECK-LABEL: name: testmsxd
; CHECK: liveins: $d0
; CHECK-NEXT: {{ $}}
; CHECK-NEXT: [[COPY:%[0-9]+]]:_(s64) = COPY $d0
; CHECK-NEXT: [[INTRINSIC_LLRINT:%[0-9]+]]:_(s64) = G_INTRINSIC_LLRINT [[COPY]](s64)
; CHECK-NEXT: $x0 = COPY [[INTRINSIC_LLRINT]](s64)
; CHECK-NEXT: RET_ReallyLR implicit $x0
%0:_(s64) = COPY $d0
%1:_(s64) = G_INTRINSIC_LLRINT %0(s64)
$x0 = COPY %1(s64)
RET_ReallyLR implicit $x0
...