brintos

brintos / llvm-project-archived public Read only

0
0
Text · 426 B · cba0db7 Raw
14 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=amdgcn -mcpu=fiji -run-pass="amdgpu-regbankselect,amdgpu-regbanklegalize" -o -  %s | FileCheck %s3 4---5name: getpc6legalized: true7 8body: |9  bb.0:10    ; CHECK-LABEL: name: getpc11    ; CHECK: [[INT:%[0-9]+]]:sgpr(s64) = G_INTRINSIC intrinsic(@llvm.amdgcn.s.getpc)12    %0:_(s64) = G_INTRINSIC intrinsic(@llvm.amdgcn.s.getpc)13...14