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

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 09:30:13 PDT 2024


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

To access private members Length and Data.

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


More information about the llvm-commits mailing list