[all-commits] [llvm/llvm-project] 2d0fc3: [SCEV] Return ArrayRef from getSCEVValues() (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Feb 25 00:32:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d0fc3e46ff386a05fa388874b8456bf61c4ce7a
      https://github.com/llvm/llvm-project/commit/2d0fc3e46ff386a05fa388874b8456bf61c4ce7a
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

  Log Message:
  -----------
  [SCEV] Return ArrayRef from getSCEVValues() (NFC)

Return a read-only view on this set. For the one internal use,
directly access ExprValueMap.




More information about the All-commits mailing list