[llvm] [ConstraintSystem] Build constraint rows in sparse form (NFC). (PR #215735)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 13:11:24 PDT 2026


================
@@ -227,25 +217,29 @@ bool ConstraintSystem::mayHaveSolution() {
   return HasSolution;
 }
 
-std::pair<ConstraintSystem, SmallVector<int64_t, 8>>
-ConstraintSystem::getSubSystem(ArrayRef<int64_t> R) const {
+std::pair<ConstraintSystem, ConstraintSystem::RowTy>
----------------
fhahn wrote:

Unfortunately this does not build without `ConstraintSystem::`

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


More information about the llvm-commits mailing list