Fixes https://github.com/llvm/llvm-project/issues/58454
Scalar evolution dispositions need to be forgotten to pass verification.
We do not need to forget the subloop since it is automatically forgotten
when forgetting the parent loop.
Differential D140953
[LoopUnrollAndJam] Forget scalar evolution dispositions. Do no explicitly forget subloop. caojoshua on Jan 3 2023, 11:02 PM. Authored by
Details Fixes https://github.com/llvm/llvm-project/issues/58454 Scalar evolution dispositions need to be forgotten to pass verification. We do not need to forget the subloop since it is automatically forgotten
Diff Detail
Event TimelineComment Actions LGTM, thanks!
Comment Actions Added suggested note that print<scalar-evolution> is needed to populate scev caches. I don't have commit access right now. I sent a request today, but can I get help merging this for now? |