Mercurial > hg > CbC > CbC_llvm
comparison polly/test/ForwardOpTree/noforward_selfrefphi.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-normalize-phi=true -polly-optree -analyze < %s | FileCheck %s -match-full-lines | 1 ; RUN: opt %loadPolly -polly-optree-normalize-phi=true -polly-print-optree -disable-output < %s | FileCheck %s -match-full-lines |
2 ; | 2 ; |
3 ; Contains a self-referencing PHINode that would require a | 3 ; Contains a self-referencing PHINode that would require a |
4 ; transitive closure to handle. | 4 ; transitive closure to handle. |
5 ; | 5 ; |
6 ; for (int j = 0; j < n; j += 1) { | 6 ; for (int j = 0; j < n; j += 1) { |