brintos

brintos / llvm-project-archived public Read only

0
0
Text · 768 B · 5ea1287 Raw
33 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple aarch64 -run-pass=aarch64-prelegalizer-combiner %s -o - | FileCheck %s3--- |4  target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"5  target triple = "arm64-apple-ios5.0.0"6 7  define void @test() {8    ret void9  }10 11...12---13name:            test14alignment:       415tracksRegLiveness: true16registers:17  - { id: 0, class: _ }18  - { id: 1, class: _ }19  - { id: 2, class: _ }20frameInfo:21  maxCallFrameSize: 022body:             |23  bb.0:24    ; CHECK-LABEL: name: test25    ; CHECK: [[DEF:%[0-9]+]]:_(p0) = G_IMPLICIT_DEF26    ; CHECK-NEXT: $x0 = COPY [[DEF]](p0)27    %0:_(p0) = G_IMPLICIT_DEF28    %1:_(p0) = COPY %0(p0)29    %2:_(p0) = COPY %1(p0)30    $x0 = COPY %2(p0)31 32...33