23 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx908 -O0 -run-pass=legalizer %s -o - | FileCheck %s3# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx90a -O0 -run-pass=legalizer %s -o - | FileCheck %s4 5# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=fiji -O0 -run-pass=legalizer -global-isel-abort=2 -pass-remarks-missed='gisel.*' -filetype=null %s 2>&1 | FileCheck -check-prefix=ERR %s6 7# ERR: remark: <unknown>:0:0: unable to legalize instruction: %2:_(s32) = G_ATOMICRMW_FADD %0:_(p1), %1:_ :: (load store seq_cst (s32), addrspace 1) (in function: atomicrmw_fadd_global_i32)8 9---10name: atomicrmw_fadd_global_i3211 12body: |13 bb.0:14 liveins: $sgpr0_sgpr1, $sgpr215 ; CHECK-LABEL: name: atomicrmw_fadd_global_i3216 ; CHECK: [[COPY:%[0-9]+]]:_(p1) = COPY $sgpr0_sgpr117 ; CHECK-NEXT: [[COPY1:%[0-9]+]]:_(s32) = COPY $sgpr218 ; CHECK-NEXT: [[ATOMICRMW_FADD:%[0-9]+]]:_(s32) = G_ATOMICRMW_FADD [[COPY]](p1), [[COPY1]] :: (load store seq_cst (s32), addrspace 1)19 %0:_(p1) = COPY $sgpr0_sgpr120 %1:_(s32) = COPY $sgpr221 %2:_(s32) = G_ATOMICRMW_FADD %0, %1 :: (load store seq_cst (s32), addrspace 1)22...23