[PATCH] D124926: [LoopInterchange] New cost model for loop interchange

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 05:00:11 PDT 2022


uabelho added a comment.

Hello,

We stumbled upon a case where loop-interchange seems to start hanging and consume more and more memory until it cannot do that any longer with this patch:

  opt -passes="loop(loop-interchange,loop-interchange)" bbi-72548.ll -o /dev/null

F24115392: bbi-72548.ll <https://reviews.llvm.org/F24115392>


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

https://reviews.llvm.org/D124926



More information about the llvm-commits mailing list