[llvm] [ConstraintElim] Drop invalid rows instead of failing the elimination (PR #76299)
    Yingwei Zheng via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec 28 12:39:58 PST 2023
    
    
  
dtcxzyw wrote:
> Why is it valid to simply drop these rows? Doesn't this mean we lose constraints?
`sat` means that the constraint system ***may*** have a solution. Returning `sat` for an inconsistent system is allowed. So it is safe to drop constraints.
https://github.com/llvm/llvm-project/pull/76299
    
    
More information about the llvm-commits
mailing list