Mercurial > hg > CbC > CbC_llvm
comparison llvm/test/Transforms/LoopDistribute/no-if-convert.ll @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children | 1f2b6ac9f198 |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
1 ; RUN: opt -basic-aa -loop-distribute -enable-loop-distribute -verify-loop-info -verify-dom-info -S < %s \ | 1 ; RUN: opt -loop-distribute -enable-loop-distribute -verify-loop-info -verify-dom-info -S < %s \ |
2 ; RUN: | FileCheck %s | 2 ; RUN: | FileCheck %s |
3 | 3 |
4 ; We should distribute this loop along === but not along ---. The last | 4 ; We should distribute this loop along === but not along ---. The last |
5 ; partition won't be vectorized due to conditional stores so it's better to | 5 ; partition won't be vectorized due to conditional stores so it's better to |
6 ; keep it with the second partition which has a dependence cycle. | 6 ; keep it with the second partition which has a dependence cycle. |