NoQ added a comment.

Ok so the state has enough constraints. It's enough to know that `$x + $y == 0` 
and `$y == 0` in order to deduce that `$x + 0 == 0`. But you're saying that we 
don't know how to infer it so instead of making us able to infer it let's make 
us ask the solver easier questions. That's a terrible hack but at this point i 
think we might as well take it. @vsavchenko WDYT, what would it take to fix the 
solver instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102696/new/

https://reviews.llvm.org/D102696

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to