[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / amdpal-vs.ll
blobec8f698d69c2ac73c54a31cf735a9853ed0c11ee
1 ; RUN: llc -mtriple=amdgcn--amdpal -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
2 ; RUN: llc -mtriple=amdgcn--amdpal -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
3 ; RUN: llc -mtriple=amdgcn--amdpal -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -enable-var-scope %s
5 ; GCN-LABEL: {{^}}vs_amdpal:
6 ; GCN:         .amdgpu_pal_metadata
7 ; GCN-NEXT: ---
8 ; GCN-NEXT: amdpal.pipelines:
9 ; GCN-NEXT:   - .hardware_stages:
10 ; GCN-NEXT:       .vs:
11 ; GCN-NEXT:         .entry_point:    vs_amdpal
12 ; GCN-NEXT:         .scratch_memory_size: 0
13 ; GCN:     .registers:
14 ; GCN-NEXT:       0x2c4a (SPI_SHADER_PGM_RSRC1_VS): 0
15 ; GCN-NEXT: ...
16 ; GCN-NEXT:         .end_amdgpu_pal_metadata
17 define amdgpu_vs half @vs_amdpal(half %arg0) {
18   %add = fadd half %arg0, 1.0
19   ret half %add