15 lines
562 B
YAML
15 lines
562 B
YAML
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
|
|
# RUN: llc -march=amdgcn -mcpu=fiji -run-pass=regbankselect -regbankselect-fast -verify-machineinstrs -o - %s | FileCheck %s
|
|
# RUN: llc -march=amdgcn -mcpu=fiji -run-pass=regbankselect -regbankselect-greedy -verify-machineinstrs -o - %s | FileCheck %s
|
|
|
|
---
|
|
name: getpc
|
|
legalized: true
|
|
|
|
body: |
|
|
bb.0:
|
|
; CHECK-LABEL: name: getpc
|
|
; CHECK: [[INT:%[0-9]+]]:sgpr(s64) = G_INTRINSIC intrinsic(@llvm.amdgcn.s.getpc)
|
|
%0:_(s64) = G_INTRINSIC intrinsic(@llvm.amdgcn.s.getpc)
|
|
...
|