Mercurial > hg > CbC > CbC_llvm
comparison llvm/test/Transforms/IndVarSimplify/pr28705.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 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py | 1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py |
2 ; PR28705 | 2 ; PR28705 |
3 ; RUN: opt < %s -indvars -S | FileCheck %s | 3 ; RUN: opt < %s -passes=indvars -S | FileCheck %s |
4 | 4 |
5 ; Check IndVarSimplify doesn't replace external use of the induction var | 5 ; Check IndVarSimplify doesn't replace external use of the induction var |
6 ; "%inc.i.i" with "%.sroa.speculated + 1" because it is not profitable. | 6 ; "%inc.i.i" with "%.sroa.speculated + 1" because it is not profitable. |
7 ; | 7 ; |
8 ; | 8 ; |