[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


================
@@ -0,0 +1,339 @@
+//===- Matrix.h - Two-dimensional Container with View -----------*- C++ -*-===//
----------------
kuhar wrote:

Would it be possible to first have this code live somewhere local to `ConstraintSystem` and once it matures / gains more usage, promote it to ADT?

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


More information about the llvm-commits mailing list