Mercurial > hg > CbC > CbC_llvm
view polly/test/ScopInliner/ignore-declares.ll @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
; RUN: opt %loadPolly -polly-detect-full-functions -polly-scop-inliner \ ; RUN: -polly-scops -disable-output < %s ; Check that we do not crash if there are declares. We should skip function ; declarations and not try to query for domtree. declare void @foo()