comparison polly/test/ForwardOpTree/noforward_partial.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-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 ; Not the entire operand tree can be forwarded, 3 ; Not the entire operand tree can be forwarded,
4 ; some scalar dependencies would remain. 4 ; some scalar dependencies would remain.
5 ; 5 ;
6 ; for (int j = 0; j < n; j += 1) { 6 ; for (int j = 0; j < n; j += 1) {