[PATCH] D122857: [LoopCacheAnalysis] Enable delinearization of fixed sized arrays

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 12:12:34 PDT 2022


Meinersbur added a comment.

In D122857#3464913 <https://reviews.llvm.org/D122857#3464913>, @congzhe wrote:

> I wonder if you could clarify what you meant by "continue with this patch"? I would certainly like to continue with the current patch if possible, but due to opaque pointers it seems that the current approach in this patch become fragile and not viable?

I would not block this based only on a possible future development, taking into account that there are already uses of `getIndexExpressionsFromGEP` (e.g. by DA) and there is a possible workaround.


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

https://reviews.llvm.org/D122857



More information about the llvm-commits mailing list