brintos

brintos / llvm-project-archived public Read only

0
0
Text · 153 B · 6f79cf2 Raw
8 lines · plain
1; RUN: llc -mtriple=amdgcn-amd-amdhsa %s -o - | FileCheck %s2 3; CHECK: .amdhsa_code_object_version 64 5define amdgpu_kernel void @kernel() {6  ret void7}8