18 lines
636 B
Plaintext
18 lines
636 B
Plaintext
|
# 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: ps_live
|
||
|
legalized: true
|
||
|
|
||
|
body: |
|
||
|
bb.0:
|
||
|
; CHECK-LABEL: name: ps_live
|
||
|
; CHECK: [[INT:%[0-9]+]]:vcc(s1) = G_INTRINSIC intrinsic(@llvm.amdgcn.ps.live)
|
||
|
; CHECK: S_ENDPGM 0, implicit [[INT]](s1)
|
||
|
%0:_(s1) = G_INTRINSIC intrinsic(@llvm.amdgcn.ps.live)
|
||
|
S_ENDPGM 0, implicit %0
|
||
|
...
|
||
|
|