reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -mtriple=aarch64-- -run-pass none -o - %s 2>&1 | FileCheck %s
---
name: test_vector_of_pointers_llt
body: |
  bb.0:
    liveins: $q0
    ; CHECK-LABEL: name: test_vector_of_pointers_llt
    ; CHECK: [[COPY:%[0-9]+]]:_(<2 x p0>) = COPY $q0
    %0:_(<2 x p0>) = COPY $q0
...