llvm-project/polly/lib
Nikita Popov 6d855ea024 [ConstantRange] Rename isWrappedSet() to isUpperWrapped()
Split out from D59749. The current implementation of isWrappedSet()
doesn't do what it says on the tin, and treats ranges like
[X, Max] as wrapping, because they are represented as [X, 0) when
using half-inclusive ranges. This also makes it inconsistent with
the semantics of isSignWrappedSet().

This patch renames isWrappedSet() to isUpperWrapped(), in preparation
for the introduction of a new isWrappedSet() method with corrected
behavior.

llvm-svn: 357107
2019-03-27 18:19:33 +00:00
..
Analysis [ConstantRange] Rename isWrappedSet() to isUpperWrapped() 2019-03-27 18:19:33 +00:00
CodeGen [CodeGen] LLVM OpenMP Backend. 2019-03-19 03:18:21 +00:00
Exchange Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
External Update isl-cpp bindings 2018-08-09 05:07:14 +00:00
Support Moving ManagedMemoryRewritePass when hybrid option is selected 2019-03-25 23:26:59 +00:00
Transform Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [CodeGen] LLVM OpenMP Backend. 2019-03-19 03:18:21 +00:00
Polly.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00