Commit 11bffdc5 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

Update LoopInfo correctly



When the Polly code generation was written we did not correctly update the
LoopInfo data, but still claimed that the loop information is correct. This
does not only lead to missed optimizations, but it can also cause
miscompilations in case passes such as LoopSimplify are run after Polly.

Reported-by: default avatarSergei Larin <slarin@codeaurora.org>

Merged from: https://llvm.org/svn/llvm-project/polly/trunk@181987

llvm-svn: 183374
parent 5dbed5dc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment