brintos

brintos / llvm-project-archived public Read only

0
0
Text · 898 B · 82140c8 Raw
27 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=amdgcn -run-pass none -o - %s | FileCheck %s3 4---5name: target_memoperands_noclobber6body: |7  bb.0:8    liveins: $sgpr0_sgpr19    ; CHECK-LABEL: name: target_memoperands10    ; CHECK: [[COPY:%[0-9]+]]:_(p4) = COPY $sgpr0_sgpr111    ; CHECK-NEXT: [[LOAD:%[0-9]+]]:_(s32) = G_LOAD [[COPY]](p4) :: ("amdgpu-noclobber" load (s32))12    %0:_(p4) = COPY $sgpr0_sgpr113    %1:_(s32) = G_LOAD %0 :: ("amdgpu-noclobber" load (s32))14...15 16---17name: target_memoperands_last_use18body: |19  bb.0:20    liveins: $sgpr0_sgpr121    ; CHECK-LABEL: name: target_memoperands22    ; CHECK: [[COPY:%[0-9]+]]:_(p4) = COPY $sgpr0_sgpr123    ; CHECK-NEXT: [[LOAD:%[0-9]+]]:_(s32) = G_LOAD [[COPY]](p4) :: ("amdgpu-last-use" load (s32))24    %0:_(p4) = COPY $sgpr0_sgpr125    %1:_(s32) = G_LOAD %0 :: ("amdgpu-last-use" load (s32))26...27