[PATCH] D144343: [ConstantRange][SCEV] print unsigned ranges

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 18 23:40:23 PST 2023


nikic added a comment.

I'm okay with this, but just looking at the test diffs, I'm not sure how helpful this really is... I'd consider a range like `[0,-3)` to be easier to understand than `[0,18446744073709551613)`, even when interpreting it in an unsigned sense.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144343



More information about the llvm-commits mailing list