[PATCH] D43236: [LoopInterchange] Loops with empty dependency matrix are safe.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 22 09:37:37 PDT 2018


fhahn added a comment.

In https://reviews.llvm.org/D43236#1170926, @xbolva00 wrote:

> Hello, any reason why LoopInterchange pass is not on by default?


There used to be some bugs causing crashes, but all known/reported bugs are fixed now. Currently the set of supported loops is quite limited and there are at least 2 things I would like to address before enabling it. I've created https://bugs.llvm.org/show_bug.cgi?id=38263 as a place to keep track of enabling it, with some more details. 
Getting patches for LoopInterchange takes a while, because there are not many people working on it, but my strategy has been to just move them along at a slow pace :)


Repository:
  rL LLVM

https://reviews.llvm.org/D43236





More information about the llvm-commits mailing list