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