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
[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git]
/
polly
/
test
/
ScopInliner
/
ignore-declares.ll
blob
11722dcb3216687272b27d9cc6e7a10375fb36e3
1
; RUN: opt %loadPolly -polly-detect-full-functions -polly-scop-inliner \
2
; RUN: -polly-scops -disable-output < %s
3
4
; Check that we do not crash if there are declares. We should skip function
5
; declarations and not try to query for domtree.
6
7
declare void @foo()
8