|
| 1 | +# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5 |
| 2 | +# RUN: llc -mtriple=i686-linux-gnu -run-pass=regbankselect,instruction-select %s -o - | FileCheck %s --check-prefixes GISEL-I686 |
| 3 | + |
| 4 | +--- |
| 5 | +name: test_sqrt_f32 |
| 6 | +alignment: 16 |
| 7 | +legalized: true |
| 8 | +fixedStack: |
| 9 | + - { id: 0, type: default, offset: 0, size: 4, alignment: 16, stack-id: default, |
| 10 | + isImmutable: true, isAliased: false, callee-saved-register: '', callee-saved-restored: true, |
| 11 | + debug-info-variable: '', debug-info-expression: '', debug-info-location: '' } |
| 12 | +body: | |
| 13 | + bb.1: |
| 14 | + ; GISEL-I686-LABEL: name: test_sqrt_f32 |
| 15 | + ; GISEL-I686: [[LD_Fp32m:%[0-9]+]]:rfp32 = LD_Fp32m %fixed-stack.0, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit $fpcw :: (invariant load (s32) from %fixed-stack.0, align 16) |
| 16 | + ; GISEL-I686-NEXT: [[SQRT_Fp32_:%[0-9]+]]:rfp32 = nofpexcept SQRT_Fp32 [[LD_Fp32m]], implicit-def dead $fpsw, implicit $fpcw |
| 17 | + ; GISEL-I686-NEXT: $fp0 = COPY [[SQRT_Fp32_]] |
| 18 | + ; GISEL-I686-NEXT: RET 0, implicit $fp0 |
| 19 | + %1:_(p0) = G_FRAME_INDEX %fixed-stack.0 |
| 20 | + %0:_(s32) = G_LOAD %1(p0) :: (invariant load (s32) from %fixed-stack.0, align 16) |
| 21 | + %2:_(s32) = G_FSQRT %0 |
| 22 | + $fp0 = COPY %2(s32) |
| 23 | + RET 0, implicit $fp0 |
| 24 | +
|
| 25 | +... |
| 26 | +--- |
| 27 | +name: test_sqrt_f64 |
| 28 | +alignment: 16 |
| 29 | +legalized: true |
| 30 | +fixedStack: |
| 31 | + - { id: 0, type: default, offset: 0, size: 8, alignment: 16, stack-id: default, |
| 32 | + isImmutable: true, isAliased: false, callee-saved-register: '', callee-saved-restored: true, |
| 33 | + debug-info-variable: '', debug-info-expression: '', debug-info-location: '' } |
| 34 | +body: | |
| 35 | + bb.1: |
| 36 | + ; GISEL-I686-LABEL: name: test_sqrt_f64 |
| 37 | + ; GISEL-I686: [[DEF:%[0-9]+]]:rfp64 = IMPLICIT_DEF |
| 38 | + ; GISEL-I686-NEXT: [[SQRT_Fp64_:%[0-9]+]]:rfp64 = nofpexcept SQRT_Fp64 [[DEF]], implicit-def dead $fpsw, implicit $fpcw |
| 39 | + ; GISEL-I686-NEXT: $fp0 = COPY [[SQRT_Fp64_]] |
| 40 | + ; GISEL-I686-NEXT: RET 0, implicit $fp0 |
| 41 | + %0:_(s64) = IMPLICIT_DEF |
| 42 | + %2:_(s64) = G_FSQRT %0 |
| 43 | + $fp0 = COPY %2(s64) |
| 44 | + RET 0, implicit $fp0 |
| 45 | +
|
| 46 | +... |
| 47 | +--- |
| 48 | +name: test_sqrt_f80 |
| 49 | +alignment: 16 |
| 50 | +legalized: true |
| 51 | +fixedStack: |
| 52 | + - { id: 0, type: default, offset: 0, size: 10, alignment: 16, stack-id: default, |
| 53 | + isImmutable: true, isAliased: false, callee-saved-register: '', callee-saved-restored: true, |
| 54 | + debug-info-variable: '', debug-info-expression: '', debug-info-location: '' } |
| 55 | +body: | |
| 56 | + bb.1: |
| 57 | + ; GISEL-I686-LABEL: name: test_sqrt_f80 |
| 58 | + ; GISEL-I686: [[LD_Fp80m:%[0-9]+]]:rfp80 = LD_Fp80m %fixed-stack.0, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit $fpcw :: (invariant load (s80) from %fixed-stack.0, align 16) |
| 59 | + ; GISEL-I686-NEXT: [[SQRT_Fp80_:%[0-9]+]]:rfp80 = nofpexcept SQRT_Fp80 [[LD_Fp80m]], implicit-def dead $fpsw, implicit $fpcw |
| 60 | + ; GISEL-I686-NEXT: $fp0 = COPY [[SQRT_Fp80_]] |
| 61 | + ; GISEL-I686-NEXT: RET 0, implicit $fp0 |
| 62 | + %1:_(p0) = G_FRAME_INDEX %fixed-stack.0 |
| 63 | + %0:_(s80) = G_LOAD %1(p0) :: (invariant load (s80) from %fixed-stack.0, align 16) |
| 64 | + %2:_(s80) = G_FSQRT %0 |
| 65 | + $fp0 = COPY %2(s80) |
| 66 | + RET 0, implicit $fp0 |
| 67 | +
|
| 68 | +... |
0 commit comments