brintos

brintos / llvm-project-archived public Read only

0
0
Text · 764 B · 056ca6d Raw
20 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -run-pass=aarch64-prelegalizer-combiner -verify-machineinstrs -mtriple aarch64-unknown-unknown %s -o - | FileCheck %s3# RUN: llc -debugify-and-strip-all-safe -run-pass=aarch64-prelegalizer-combiner -verify-machineinstrs -mtriple aarch64-unknown-unknown %s -o - | FileCheck %s4---5name:            test_combine_ptrtoint6body:             |7  bb.1:8  liveins: $x0, $x19 10    ; CHECK-LABEL: name: test_combine_ptrtoint11    ; CHECK: liveins: $x0, $x112    ; CHECK-NEXT: {{  $}}13    ; CHECK-NEXT: [[COPY:%[0-9]+]]:_(s64) = COPY $x014    ; CHECK-NEXT: $x1 = COPY [[COPY]](s64)15    %0:_(s64) = COPY $x016    %1:_(p64) = G_INTTOPTR %017    %2:_(s64) = G_PTRTOINT %118    $x1 = COPY %219...20