[llvm] ConstraintSystem: replace data structure with Matrix (PR #98895)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 07:39:08 PDT 2024


================
@@ -59,6 +60,8 @@ namespace llvm {
     /// The number of elements.
     size_type Length = 0;
 
+    friend MutableRowView<T>;
----------------
kuhar wrote:

Why do we need this?

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


More information about the llvm-commits mailing list