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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
SystemZ
/
mbackchain-2.c
blob
bea46d2482637f8145ba056bc5d779265f45e755
1
// RUN: %clang -mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
2
3
// CHECK: define dso_local void @foo() [[NUW:#[0-9]+]]
4
void
foo
(
void
) {
5
}
6
7
// CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }