[llvm] [DA] Cache delinearization results. NFCI. (PR #164379)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 21 08:08:49 PDT 2025


https://github.com/kasuga-fj commented:

Caching itself looks reasonable to me, but I have a high-level concern: DA and Delinearization are currently tightly coupled. Before making further improvements, I think it would be better to first move some of the related logic from DA to Delinearization.

https://github.com/llvm/llvm-project/pull/164379


More information about the llvm-commits mailing list