[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / MIR / AMDGPU / target-memoperands.mir
blobe91c015d956828d03bd1a8b5e623b5043c40cdb5
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -march=amdgcn -run-pass none -o - %s | FileCheck %s
4 ---
5 name: target_memoperands
6 body: |
7   bb.0:
8     liveins: $sgpr0_sgpr1
9     ; CHECK-LABEL: name: target_memoperands
10     ; CHECK: [[COPY:%[0-9]+]]:_(p4) = COPY $sgpr0_sgpr1
11     ; CHECK-NEXT: [[LOAD:%[0-9]+]]:_(s32) = G_LOAD [[COPY]](p4) :: ("amdgpu-noclobber" load (s32))
12     %0:_(p4) = COPY $sgpr0_sgpr1
13     %1:_(s32) = G_LOAD %0 :: ("amdgpu-noclobber" load (s32))
14 ...