[PATCH] D59668: [ValueTracking] Take signedness into account for and/or ranges

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 23 05:50:57 PDT 2019


lebedev.ri added a comment.

Ok, i have to ask.
Is there some alternative way that does not require passing `ForSigned` all the way?

- Operate on a single range, and reinterpret it somehow when we know the sign matters?
- Always track two ranges, and use the one we need?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59668





More information about the llvm-commits mailing list