Mercurial > hg > CbC > CbC_llvm
view polly/test/ScopInliner/ignore-declares.ll @ 188:dd01b8f82867
use scope instead of funcion call
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Jun 2020 20:19:07 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line source
; RUN: opt %loadPolly -polly-detect-full-functions -polly-scop-inliner \ ; RUN: -polly-scops -analyze < %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()