[Mlir-commits] [mlir] [MLIR][Mem2Reg][LLVM] Enhance partial load support (PR #89094)

Christian Ulmann llvmlistbot at llvm.org
Thu Apr 18 01:11:36 PDT 2024


Dinistro wrote:

We discussed the data layout parameter a bit more: We considered switching back to using the `DataLayout::closest` function, but this kills all the caching benefits and forces every user to create a somewhat expensive object. Therefore, we will stick with the current design for now, and might consider changing it when we have a better idea, or someone else has a proposition.

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


More information about the Mlir-commits mailing list