[llvm] ADT/Matrix: two-dimensional Container with View (PR #98893)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 09:42:55 PDT 2024


kuhar wrote:

> The compile-time computation is very minor, and amounts to a few pointer subtractions. See MutableArrayRef<T>::slice(Begin, End - Begin); for instance.

Again, please explain why we need this to happen at compilation time.

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


More information about the llvm-commits mailing list