1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=FP32
3 # RUN: llc -O0 -mtriple=mipsel-linux-gnu -mattr=+fp64,+mips32r2 -run-pass=regbankselect -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=FP64
6 define void @fabs_f32() {entry: ret void}
7 define void @fabs_f64() {entry: ret void}
14 tracksRegLiveness: true
19 ; FP32-LABEL: name: fabs_f32
21 ; FP32: [[COPY:%[0-9]+]]:fprb(s32) = COPY $f12
22 ; FP32: [[FABS:%[0-9]+]]:fprb(s32) = G_FABS [[COPY]]
23 ; FP32: $f0 = COPY [[FABS]](s32)
24 ; FP32: RetRA implicit $f0
25 ; FP64-LABEL: name: fabs_f32
27 ; FP64: [[COPY:%[0-9]+]]:fprb(s32) = COPY $f12
28 ; FP64: [[FABS:%[0-9]+]]:fprb(s32) = G_FABS [[COPY]]
29 ; FP64: $f0 = COPY [[FABS]](s32)
30 ; FP64: RetRA implicit $f0
41 tracksRegLiveness: true
46 ; FP32-LABEL: name: fabs_f64
48 ; FP32: [[COPY:%[0-9]+]]:fprb(s64) = COPY $d6
49 ; FP32: [[FABS:%[0-9]+]]:fprb(s64) = G_FABS [[COPY]]
50 ; FP32: $d0 = COPY [[FABS]](s64)
51 ; FP32: RetRA implicit $d0
52 ; FP64-LABEL: name: fabs_f64
54 ; FP64: [[COPY:%[0-9]+]]:fprb(s64) = COPY $d6
55 ; FP64: [[FABS:%[0-9]+]]:fprb(s64) = G_FABS [[COPY]]
56 ; FP64: $d0 = COPY [[FABS]](s64)
57 ; FP64: RetRA implicit $d0