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.c
blob
314026e1268bb2a2323e5ab07972c9ec0a5c4a0f
1
// RUN: %clang_cc1 -mbackchain -triple s390x-linux -emit-llvm -o - %s | FileCheck %s
2
3
// CHECK: define{{.*}} void @foo() [[NUW:#[0-9]+]]
4
void
foo
(
void
) {
5
}
6
7
// CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }