29 lines
1,011 B
Text
29 lines
1,011 B
Text
|
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 3
|
||
|
# RUN: llc -mtriple=riscv32 -mattr=+d -run-pass=legalizer %s -o - \
|
||
|
# RUN: | FileCheck %s
|
||
|
|
||
|
---
|
||
|
name: is_fpclass_f32
|
||
|
body: |
|
||
|
bb.1:
|
||
|
liveins: $f10_f
|
||
|
|
||
|
; CHECK-LABEL: name: is_fpclass_f32
|
||
|
; CHECK: liveins: $f10_f
|
||
|
; CHECK-NEXT: {{ $}}
|
||
|
; CHECK-NEXT: [[COPY:%[0-9]+]]:_(s32) = COPY $f10_f
|
||
|
; CHECK-NEXT: [[C:%[0-9]+]]:_(s32) = G_CONSTANT i32 152
|
||
|
; CHECK-NEXT: [[C1:%[0-9]+]]:_(s32) = G_CONSTANT i32 0
|
||
|
; CHECK-NEXT: [[FCLASS:%[0-9]+]]:_(s32) = G_FCLASS [[COPY]](s32)
|
||
|
; CHECK-NEXT: [[AND:%[0-9]+]]:_(s32) = G_AND [[FCLASS]], [[C]]
|
||
|
; CHECK-NEXT: [[ICMP:%[0-9]+]]:_(s32) = G_ICMP intpred(ne), [[AND]](s32), [[C1]]
|
||
|
; CHECK-NEXT: $x10 = COPY [[ICMP]](s32)
|
||
|
; CHECK-NEXT: PseudoRET implicit $x10
|
||
|
%0:_(s32) = COPY $f10_f
|
||
|
%1:_(s1) = G_IS_FPCLASS %0(s32), 608
|
||
|
%2:_(s32) = G_ANYEXT %1(s1)
|
||
|
$x10 = COPY %2(s32)
|
||
|
PseudoRET implicit $x10
|
||
|
|
||
|
...
|