repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Transforms
/
FunctionAttrs
/
assume.ll
blob
d6296624a2d2fa5f493bfe3ceee2e304697da1af
1
; RUN: opt -S -o - -functionattrs %s | FileCheck %s
2
; RUN: opt -S -o - -passes=function-attrs %s | FileCheck %s
3
4
; CHECK-NOT: readnone
5
declare void @llvm.assume(i1)