Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
test
/
CodeGen
/
NVPTX
/
function-align.ll
blob: 09cac02ee34173df88e1f90464388571d273adc8 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_20 | FileCheck %s
; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_20 | %ptxas-verify %}
; CHECK-NOT: .align 2
define
ptx_device
void
@foo
()
align
2
{
; CHECK-LABEL: .func foo
ret
void
}