manas added a comment.

@steakhal @martong This patch solves the comparison between different types by 
bypassing the RangeSets first to `VisitBinaryOperator` which coarses/converts, 
and then only it checks for any True/False ranges via comparison. This is 
similar to what happens with `BO_Rem`, `BO_And` etc. as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112621

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

Reply via email to