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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
SystemZ
/
mbackchain-3.c
blob
5ff0e1676100c530bea12cac47ee165bf8309811
1
// RUN: %clang -mno-backchain --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-NOT: "backchain"