diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2016-02-26 02:57:05 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2016-02-26 02:57:05 +0000 |
commit | 9f520ebc5413cd9561e3c8ee7f5d2dfc8db3ac23 (patch) | |
tree | 18785374d750d80bc482783b8526f7bc622b7311 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | b850251d3e7110e050610e8652319db86ffeec65 (diff) | |
download | llvm-9f520ebc5413cd9561e3c8ee7f5d2dfc8db3ac23.zip llvm-9f520ebc5413cd9561e3c8ee7f5d2dfc8db3ac23.tar.gz llvm-9f520ebc5413cd9561e3c8ee7f5d2dfc8db3ac23.tar.bz2 |
[LoopUnrollAnalyzer] Check that we're using SCEV for the same loop we're simulating.
Summary: Check that we're using SCEV for the same loop we're simulating. Otherwise, we might try to use the iteration number of the current loop in SCEV expressions for inner/outer loops IVs, which is clearly incorrect.
Reviewers: chandlerc, hfinkel
Subscribers: sanjoy, llvm-commits, mzolotukhin
Differential Revision: http://reviews.llvm.org/D17632
llvm-svn: 261958
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions