[all-commits] [llvm/llvm-project] e9df4c: [ADT] Support iterating size-based integer ranges.

Ivan Kosarev via All-commits all-commits at lists.llvm.org
Wed Jul 26 08:28:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9df4c98927e1ee1838511f8d1a90e9c426e70fd
      https://github.com/llvm/llvm-project/commit/e9df4c98927e1ee1838511f8d1a90e9c426e70fd
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M llvm/include/llvm/ADT/Sequence.h
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/tools/llvm-exegesis/lib/SnippetRepetitor.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
    M llvm/unittests/ADT/SequenceTest.cpp

  Log Message:
  -----------
  [ADT] Support iterating size-based integer ranges.

It seems the ranges start with 0 in most cases.

Reviewed By: dblaikie, gchatelet

Differential Revision: https://reviews.llvm.org/D156135




More information about the All-commits mailing list