comparison polly/test/ForwardOpTree/forward_synthesizable_definloop.ll @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 0572611fdcc8
children 1f2b6ac9f198
comparison
equal deleted inserted replaced
232:70dce7da266c 236:c4bab56944e8
1 ; RUN: opt %loadPolly -polly-optree -analyze < %s | FileCheck %s -match-full-lines 1 ; RUN: opt %loadPolly -polly-print-optree -disable-output < %s | FileCheck %s -match-full-lines
2 ; 2 ;
3 ; Copy %val to bodyB, assuming the exit value of %i. 3 ; Copy %val to bodyB, assuming the exit value of %i.
4 ; 4 ;
5 ; for (int j = 0; j < n; j += 1) { 5 ; for (int j = 0; j < n; j += 1) {
6 ; double val; 6 ; double val;