1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -O0 -mtriple=amdgcn-amd-amdpal -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
4 ; Ensure NOOP shaders compile at OptNone.
6 ; Confirm registers reserved in SIMachineFunctionInfo are those expected during
7 ; lowering, even when e.g. spilling is required due to being at OptNone.
9 target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5"
10 target triple = "amdgcn-amd-amdpal"
12 define amdgpu_vs void @noop_vs() {
14 ; GCN: ; %bb.0: ; %entry
20 define amdgpu_ls void @noop_ls() {
22 ; GCN: ; %bb.0: ; %entry
28 define amdgpu_hs void @noop_hs() {
30 ; GCN: ; %bb.0: ; %entry
36 define amdgpu_es void @noop_es() {
38 ; GCN: ; %bb.0: ; %entry
44 define amdgpu_gs void @noop_gs() {
46 ; GCN: ; %bb.0: ; %entry
52 define amdgpu_ps void @noop_ps() {
54 ; GCN: ; %bb.0: ; %entry
60 define amdgpu_cs void @noop_cs() {
62 ; GCN: ; %bb.0: ; %entry