It seems the ranges start with 0 in most cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156135
[ADT] Support iterating size-based integer ranges. ClosedPublic Authored by kosarev on Jul 24 2023, 8:23 AM.
Details Summary It seems the ranges start with 0 in most cases.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 24 2023, 1:52 PM This revision was landed with ongoing or failed builds.Jul 26 2023, 8:28 AM Closed by commit rGe9df4c98927e: [ADT] Support iterating size-based integer ranges. (authored by kosarev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544383 llvm/include/llvm/ADT/Sequence.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/lib/IR/Instructions.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
llvm/tools/llvm-exegesis/lib/SnippetRepetitor.cpp
llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
llvm/unittests/ADT/SequenceTest.cpp
|