14 lines · plain
1; RUN: llc < %s -mtriple=r600 -mcpu=redwood | FileCheck %s2; RUN: llc < %s -mtriple=r600 -mcpu=rs880 | FileCheck %s3 4; CHECK: .globl test5; Functions need to be cacheline (256B) aligned to prevent GPU hangs6; CHECK: .p2align 87; CHECK: {{^}}test:8; CHECK: CF_END9 10define amdgpu_ps void @test(<4 x float> inreg %reg0) {11entry:12 ret void13}14