brintos

brintos / llvm-project-archived public Read only

0
0
Text · 613 B · c039e53 Raw
18 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=aarch64 -run-pass=legalizer %s -o - -verify-machineinstrs | FileCheck %s3---4name:            test_zextload5body: |6  bb.0.entry:7    liveins: $x08    ; CHECK-LABEL: name: test_zextload9    ; CHECK: liveins: $x010    ; CHECK-NEXT: {{  $}}11    ; CHECK-NEXT: [[COPY:%[0-9]+]]:_(p0) = COPY $x012    ; CHECK-NEXT: [[ZEXTLOAD:%[0-9]+]]:_(s32) = G_ZEXTLOAD [[COPY]](p0) :: (load (s8))13    ; CHECK-NEXT: $w0 = COPY [[ZEXTLOAD]](s32)14    %0:_(p0) = COPY $x015    %1:_(s32) = G_ZEXTLOAD %0 :: (load (s8))16    $w0 = COPY %117...18