comparison polly/test/ScopInfo/switch-6.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 ; RUN: opt %loadPolly -polly-ast -analyze < %s | FileCheck %s --check-prefix=AST 2 ; RUN: opt %loadPolly -polly-print-ast -disable-output < %s | FileCheck %s --check-prefix=AST
3 ; 3 ;
4 ; void f(int *A, int N) { 4 ; void f(int *A, int N) {
5 ; for (int i = 0; i < N; i++) { 5 ; for (int i = 0; i < N; i++) {
6 ; switch (i) { 6 ; switch (i) {
7 ; case 0: 7 ; case 0: