brintos

brintos / llvm-project-archived public Read only

0
0
Text · 441 B · e264baf Raw
20 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=amdgcn -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s -check-prefix=GCN3 4---5 6name: s_barrier7legalized:       true8regBankSelected: true9tracksRegLiveness: true10 11 12body: |13  bb.0:14    ; GCN-LABEL: name: s_barrier15    ; GCN: S_BARRIER16    G_INTRINSIC_CONVERGENT_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.s.barrier)17 18 19...20