Using an unsigned range instead of signed ranges is a bit more precise.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105941
[ScalarEvolution] Make isKnownNonZero handle more cases. ClosedPublic Authored by efriedma on Jul 13 2021, 2:51 PM.
Details Summary Using an unsigned range instead of signed ranges is a bit more precise.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 13 2021, 3:00 PM This revision was landed with ongoing or failed builds.Jul 13 2021, 3:37 PM Closed by commit rGbb8c7a980fe4: [ScalarEvolution] Make isKnownNonZero handle more cases. (authored by efriedma). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 358449 llvm/lib/Analysis/ScalarEvolution.cpp
llvm/test/Analysis/ScalarEvolution/trip-count9.ll
|