repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
NVPTX
/
function-align.ll
blob
ee98dceb6d575474e12562d1b6c78257f10020a9
1
; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
2
; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_20 | %ptxas-verify %}
3
4
; CHECK-NOT: .align 2
5
define ptx_device void @foo() align 2 {
6
; CHECK-LABEL: .func foo
7
ret void
8
}