comparison polly/test/ScopInliner/simple-inline-loop.ll @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children 1f2b6ac9f198
comparison
equal deleted inserted replaced
232:70dce7da266c 236:c4bab56944e8
1 ; RUN: opt %loadPolly -polly-detect-full-functions -polly-scop-inliner \ 1 ; RUN: opt %loadPolly -polly-detect-full-functions -polly-scop-inliner \
2 ; RUN: -polly-scops -analyze < %s | FileCheck %s 2 ; RUN: -polly-print-scops -disable-output < %s | FileCheck %s
3 3
4 ; Check that we get the 2 nested loops by inlining `to_be_inlined` into 4 ; Check that we get the 2 nested loops by inlining `to_be_inlined` into
5 ; `inline_site`. 5 ; `inline_site`.
6 ; CHECK: Max Loop Depth: 2 6 ; CHECK: Max Loop Depth: 2
7 7