[PATCH] D134158: [SCEV] Verify contents of loop disposition cache

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 18 22:56:52 PDT 2022


mkazantsev created this revision.
mkazantsev added reviewers: lebedev.ri, nikic, fhahn, reames.
Herald added a subscriber: hiraditya.
Herald added a project: All.
mkazantsev requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

It seems that it is sometimes broken. Initial motivation for this was
investigation of https://github.com/llvm/llvm-project/issues/56260, but
it also seems that we have found an unrelated bug in LoopFusion that leaves
broken caches.


https://reviews.llvm.org/D134158

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Transforms/LoopFusion/double_loop_nest_inner_guard.ll
  llvm/test/Transforms/LoopFusion/loop_nest.ll
  llvm/test/Transforms/LoopFusion/triple_loop_nest_inner_guard.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134158.461136.patch
Type: text/x-patch
Size: 7386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220919/fed2fade/attachment.bin>


More information about the llvm-commits mailing list