[all-commits] [llvm/llvm-project] 32e15a: [SCEVExpander] Remove unnecessary expandCodeForImp...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Sep 21 06:03:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 32e15ae6e9cc8d8ef1f0969f2a0df993764f897b
      https://github.com/llvm/llvm-project/commit/32e15ae6e9cc8d8ef1f0969f2a0df993764f897b
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

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

  Log Message:
  -----------
  [SCEVExpander] Remove unnecessary expandCodeForImpl() wrapper (NFC)

expandCodeFor() was directly calling expandCodeForImpl(). Drop the
Impl variant.




More information about the All-commits mailing list