[PATCH] D59749: [ConstantRange] Fix isWrappedSet()

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 12:30:26 PDT 2019


nikic added a comment.

After applying the other changes in rL357039 <https://reviews.llvm.org/rL357039>, rL357107 <https://reviews.llvm.org/rL357107> and rL357112 <https://reviews.llvm.org/rL357112> there isn't really much left here. Could change one or two uses of isUpperWrapped() back to isWrappedSet() because it is the same in the used context...


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59749





More information about the llvm-commits mailing list