You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
636 B
18 lines
636 B
# 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
|
|
...
|
|
|