[PATCH] D119261: [DependenceAnalysis][PR52170] Conservative crash on overflowed loop backedge

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 18:07:42 PDT 2022


Meinersbur added a comment.
Herald added a project: All.

Trying to understand the patch, I applied it and replaced `return false` with `llvm_unreachable`. Neither `TripCountOverflow.ll`, nor `PR21585.ll` trigger it. The only one that does is `Transforms/LoopUnrollAndJam/dependencies_multidims.ll`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119261/new/

https://reviews.llvm.org/D119261



More information about the llvm-commits mailing list