comparison polly/test/ScopInfo/run-time-check-many-parameters.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-scops -analyze < %s | FileCheck %s 1 ; RUN: opt %loadPolly -polly-print-scops -disable-output < %s | FileCheck %s
2 ; 2 ;
3 ; A valid Scop would print the list of it's statements, we check that we do not 3 ; A valid Scop would print the list of it's statements, we check that we do not
4 ; see that list. 4 ; see that list.
5 ; 5 ;
6 ; CHECK-NOT: Statements 6 ; CHECK-NOT: Statements