brintos

brintos / llvm-project-archived public Read only

0
0
Text · 238 B · 09cac02 Raw
9 lines · plain
1; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_20 | FileCheck %s2; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_20 | %ptxas-verify %}3 4; CHECK-NOT: .align 25define ptx_device void @foo() align 2 {6; CHECK-LABEL: .func foo7  ret void8}9