Mercurial > hg > CbC > CbC_llvm
comparison polly/test/ForwardOpTree/forward_load_differentarray.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-stmt-granularity=bb -polly-optree -analyze < %s | FileCheck %s -match-full-lines | 1 ; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-print-optree -disable-output < %s | FileCheck %s -match-full-lines |
2 ; | 2 ; |
3 ; To forward %val, B[j] cannot be reused in bodyC because it is overwritten | 3 ; To forward %val, B[j] cannot be reused in bodyC because it is overwritten |
4 ; between. Verify that instead the alternative C[j] is used. | 4 ; between. Verify that instead the alternative C[j] is used. |
5 ; | 5 ; |
6 ; for (int j = 0; j < n; j += 1) { | 6 ; for (int j = 0; j < n; j += 1) { |