brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.0 KiB · c05ddf9 Raw
35 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -debugify-and-strip-all-safe=0 -run-pass=mir-debugify -verify-machineinstrs -mtriple aarch64-unknown-unknown %s -o - | FileCheck %s3...4---5name:            fconstant_to_constant_s326alignment:       47tracksRegLiveness: true8frameInfo:9  maxAlignment:    110machineFunctionInfo: {}11body:             |12  bb.0:13    liveins: $x014    ; CHECK-LABEL: name: fconstant_to_constant_s3215    ; CHECK: liveins: $x016    ; CHECK-NEXT: {{  $}}17    ; CHECK-NEXT: [[COPY:%[0-9]+]]:_(p0) = COPY $x0,  debug-location !1118    ; CHECK-NEXT: DBG_VALUE [[COPY]](p0), $noreg, !9, !DIExpression(),  debug-location !1119    ; CHECK-NEXT: [[C:%[0-9]+]]:_(s32) = G_FCONSTANT float 0x3FA99999A0000000,  debug-location !DILocation(line: 2, column: 1, scope: !5)20    ; CHECK-NEXT: DBG_VALUE [[C]](s32), $noreg, !9, !DIExpression(),  debug-location !DILocation(line: 2, column: 1, scope: !5)21    ; CHECK-NEXT: [[C1:%[0-9]+]]:_(s64) = G_CONSTANT i64 524,  debug-location !DILocation(line: 3, column: 1, scope: !5)22    ; CHECK-NEXT: DBG_VALUE [[C1]](s64), $noreg, !9, !DIExpression(),  debug-location !DILocation(line: 3, column: 1, scope: !5)23    ; CHECK-NEXT: [[PTR_ADD:%[0-9]+]]:_(p0) = G_PTR_ADD [[COPY]], [[C1]](s64),  debug-location !DILocation(line: 4, column: 1, scope: !5)24    ; CHECK-NEXT: DBG_VALUE [[PTR_ADD]](p0), $noreg, !9, !DIExpression(),  debug-location !DILocation(line: 4, column: 1, scope: !5)25    ; CHECK-NEXT: G_STORE [[C]](s32), [[PTR_ADD]](p0),  debug-location !DILocation(line: 5, column: 1, scope: !5) :: (store (s32))26    ; CHECK-NEXT: DBG_VALUE 0, $noreg, !9, !DIExpression(),  debug-location !DILocation(line: 5, column: 1, scope: !5)27    ; CHECK-NEXT: RET_ReallyLR debug-location !DILocation(line: 6, column: 1, scope: !5)28    %0:_(p0) = COPY $x029    %3:_(s32) = G_FCONSTANT float 0x3FA99999A000000030    %1:_(s64) = G_CONSTANT i64 52431    %2:_(p0) = G_PTR_ADD %0, %1(s64)32    G_STORE %3(s32), %2(p0) :: (store (s32))33    RET_ReallyLR34...35